InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IMacro Interface / RunMacro Method / RunMacro(MacroEnumerationOption,String) Method
The source location of the macro. MacroEnumerationOption.Document indicates that the macro resides in the session document's VBA project. MacroEnumerationOption.Common indicates that the macro resides in the Common VBA project.
The name of the macro to run.


In This Topic
    RunMacro(MacroEnumerationOption,String) Method
    In This Topic
    Runs a macro.
    Syntax
    'Declaration
     
    
    Overloads Sub RunMacro( _
       ByVal macroSource As MacroEnumerationOption, _
       ByVal macroName As String _
    ) 
    'Usage
     
    
    Dim instance As IMacro
    Dim macroSource As MacroEnumerationOption
    Dim macroName As String
     
    instance.RunMacro(macroSource, macroName)

    Parameters

    macroSource
    The source location of the macro. MacroEnumerationOption.Document indicates that the macro resides in the session document's VBA project. MacroEnumerationOption.Common indicates that the macro resides in the Common VBA project.
    macroName
    The name of the macro to run.
    See Also