InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / Macro Object / RunMacro2 Method
The location of the macro. MacroEnumerationOption_Document specifies a macro in the session document's VBA project. MacroEnumerationOption_Common specifies a macro in the Common VBA project.
The name of the macro to run.
In This Topic
    RunMacro2 Method (Macro)
    In This Topic
    Runs a macro that takes no parameters.
    Syntax
    expression.RunMacro2( _
       ByVal macroSource As MacroEnumerationOption, _
       ByVal macroName As String _
    ) 
    where expression is a variable that represents a Macro Object

    Parameters

    macroSource
    The location of the macro. MacroEnumerationOption_Document specifies a macro in the session document's VBA project. MacroEnumerationOption_Common specifies a macro in the Common VBA project.
    macroName
    The name of the macro to run.
    See Also