Runs a macro stored in an Excel woorkbook.
0 |
Integer |
Workbook Handle |
The handle for the workbook returned from the Open Workbook File command. |
1 |
String |
Macro Name |
The name of the macro to run. |
None.
SUCCESS |
The macro was run successfully. |
FAILURE |
The workbook handle was invalid, or the macro was not found. |
The MP will pause until the macro completes.