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