expression.RunPcommMacro( _ ByVal macroName As String _ )
where expression is a variable that represents a Macro Object
Parameters
- macroName
- Specifies the full path of the macro to run.
expression.RunPcommMacro( _ ByVal macroName As String _ )
| Exception | Description |
|---|---|
| IO.FileNotFoundException | Thrown if the macro file does not exist. |