InfoConnect for Airlines VBA Guide
RunLegacyReflectionMacroFile Method (Macro)
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.
Runs the legacy Reflection macro that in the specified macro file.
Syntax
object.RunLegacyReflectionMacroFile( _
   ByVal fileName As String, _
   ByVal macroData As String _
) 

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