InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Macro Object / RunLegacyReflectionMacroFile Method
The name of a macro file. Include full path information if the macro file is not in the current folder.
An optional string to pass information to the macro.
In This Topic
    RunLegacyReflectionMacroFile Method (Macro)
    In This Topic
    Runs the legacy Reflection macro that in the specified macro file.
    Syntax
    expression.RunLegacyReflectionMacroFile( _
       ByVal fileName As String, _
       ByVal macroData As String _
    ) 
    where expression is a variable that represents a Macro Object

    Parameters

    fileName
    The name of a macro file. Include full path information if the macro file is not in the current folder.
    macroData
    An optional string to pass information to the macro.
    See Also