InfoConnect for Airlines VBA Guide
AddMenuItem Method (ContextMenu)
A new context menu item
Adds a new context menu item to the end of the menu.
Syntax
object.AddMenuItem( _
   ByVal item As ContextMenuItem _
) 

Parameters

item
A new context menu item
See Also