Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Macro Object / RunQwsMacro Method
Specifies the full path of the macro to run.
RunQwsMacro Method
Runs a QWS macro.
Syntax
expression.RunQwsMacro( _
   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.
Exceptions
ExceptionDescription
Thrown if the macro file does not exist.
See Also