InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Macro Object / RunExternalLegacyReflectionMacro Method
The path and name of the file that contains the macro you want to run. An error is returned if you specify an invalid or nonexistent file.
The macro you want to run. An error is returned if the macro does not exist.
An optional string to pass information to the macro.
In This Topic
RunExternalLegacyReflectionMacro Method (Macro)
In This Topic
Runs a legacy Reflection macro from an external file (that is, a file not currently in use).
Syntax
expression.RunExternalLegacyReflectionMacro( _
   ByVal macroFileName As String, _
   ByVal macroName As String, _
   ByVal macroData As String _
) 
where expression is a variable that represents a Macro Object

Parameters

macroFileName
The path and name of the file that contains the macro you want to run. An error is returned if you specify an invalid or nonexistent file.
macroName
The macro you want to run. An error is returned if the macro does not exist.
macroData
An optional string to pass information to the macro.
See Also