InfoConnect for Airlines VBA Guide
InvokeMember2 Function
Executes a method (with parameters) unique to the current element.
Syntax
object.InvokeMember2( _
   ByVal methodName As String, _
   ByRef parameters As String() _
) As Object

Parameters

methodName
parameters
See Also