InfoConnect for Airlines VBA Guide
RunMacro2 Method (Macro)
The location of the macro. ProjectOption_CurrentProject refers to a macro in the current session document's VBA project. ProjectOption_CommonProject refers to a macro in the Common VBA project.
The name of the macro to run
Runs a macro.
Syntax
object.RunMacro2( _
   ByVal macroSource As ProjectOption, _
   ByVal macroName As String _
) 

Parameters

macroSource
The location of the macro. ProjectOption_CurrentProject refers to a macro in the current session document's VBA project. ProjectOption_CommonProject refers to a macro in the Common VBA project.
macroName
The name of the macro to run
See Also