Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Macro Object / RunPcommMacro Method
Specifies the full path of the macro to run.
In This Topic
    RunPcommMacro Method
    In This Topic
    Runs an IBM Personal Communications macro.
    Syntax
    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.
    Exceptions
    ExceptionDescription
    Thrown if the macro file does not exist.
    See Also