Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Macro Object / RunHostExplorerMacro Method
Specifies the full path of the macro to run.
In This Topic
    RunHostExplorerMacro Method (Macro)
    In This Topic
    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.
    See Also