InfoConnect for Airlines VBA Guide
RunQwsMacro Method
Specifies the full path of the macro to run.
Runs a QWS macro.
Syntax
object.RunQwsMacro( _
   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