InfoConnect for Airlines VBA Guide
RunHostExplorerMacro Method (Macro)
Specifies the full path of the macro to run.
Runs a HostExplorer macro.
Syntax
object.RunHostExplorerMacro( _
   ByVal macroName As String _
) 

Parameters

macroName
Specifies the full path of the macro to run.
Exceptions
ExceptionDescription
System.IO.FileNotFoundException Thrown if the macro file does not exist.
See Also