f$Excel Macro
f$Excel Macro
Execute a macro in the current Excel application.
Syntax: | Status = f$Excel('Macro', Macroname) | ||
| Argument | Type | Meaning |
| 'Macro' | String | Keyword |
| Macroname | String | Name of the macro to be executed |
Result: | Integer | 0: command executed successfully | |