Homepage | About EASA | Contact
Guide Section: Processing Events and Performing Actions | EASAP Tree: EVENT PROCESSING Branch / PROCESSES Branch
RUN MACRO ACTION runs an existing macro in an Excel spreadsheet by referencing an existing SPREADSHEET in the Spreadsheet: parameter. The macro is specified using the Macro Name: parameter.
Note: Macro arguments are not currently supported. However, macros can usually be modified to access its argument values directly from cells, which can be set using a WRITE EXCEL ACTION.
![]() |
|
---|---|
Essential Parameters: | |
Spreadsheet: | Select from list of available SPREADSHEET's as macro location |
Macro Name: | Name of Macro to be run |
Optional Parameters: | |
Delimiter: | Character to act as delimiter in DORs in Macro Name: parameter. default→%. |
Do if: | Logical expression, if TRUE then action performed, if FALSE then action NOT performed. |