on ‎2016 Jun 30 10:53 AM
dear BPC Gurus
I've trying to write a VBA Code to execute the macro in Automation, in the "Run Package" dialog box.
Automation > Run automation.
Which I would like to execute this macro in ADMIN folder, in the MASTER DATA sub folder, a Macro file called "B_LEASE_ATTR.mrc"
I wrote this code:
Option Explicit
Dim EPMDMObj As New FPMXLClient.EPMAddInDMAutomation
Sub Run_DM_Macro()
EPMDMObj.RunMacro "ADMIN\DATAMANAGER\TEAMMACROFILES\MASTER DATA\", "B_LEASE_ATTR.mrc"
EndSub
As shown in the library:
However, when I execute the code, it gave me error message:
Does anyone know what is wrong with my code?
This is the same question as but no one answered it, so I'm asking it again.
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 11 | |
| 9 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.