Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Macro Object / RunRumbaMacro Method
Specifies the full path of the macro to run.
In This Topic
    RunRumbaMacro Method
    In This Topic
    Runs a Micro Focus Rumba macro.
    Syntax
    expression.RunRumbaMacro( _
       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.
    Remarks
    The RunRumbaMacro method is supported only if the Rumba compatibility feature is installed (this feature is installed by default). When the RunRumbaMacro method is called from a VBA macro, the Rumba macro is converted to VBA code and the converted code is placed in the RUMBA_Macro module. The converted code is executed the next time the macro runs. Do not prepopulate the RUMBA_Macro module with Rumba code. This can slow execution and possibly cause other problems.
    See Also