InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IMacro Interface / RunQwsMacro Method
Specifies the full pathname of the macro to run.


In This Topic
    RunQwsMacro Method
    In This Topic
    Runs a QWS macro.
    Syntax
    'Declaration
     
    
    Sub RunQwsMacro( _
       ByVal macroName As String _
    ) 
    'Usage
     
    
    Dim instance As IMacro
    Dim macroName As String
     
    instance.RunQwsMacro(macroName)
    void RunQwsMacro( 
       string macroName
    )

    Parameters

    macroName
    Specifies the full pathname of the macro to run.
    Exceptions
    ExceptionDescription
    Thrown if the macro file does not exist.
    See Also