Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Macro Object / RunHostExplorerMacro Method
Specifies the full path of the macro to run.
RunHostExplorerMacro Method (Macro)
Runs a HostExplorer macro.
Syntax
expression.RunHostExplorerMacro( _
   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.
Remarks
Assumes that the Extra! Basic runtime is installed.
See Also