InfoConnect for Airlines VBA Guide
AddListItem Method
A user-typed string to append to the list.
Adds a string to the end of the Recent Typing list.
Syntax
object.AddListItem( _
   ByVal newItem As String _
) 

Parameters

newItem
A user-typed string to append to the list.
See Also