InfoConnect for Airlines VBA Guide
AutoExpanded Event
Raised after a word has been expanded in the session.
Syntax
private Sub AutoExpand_AutoExpanded (
   ByVal sender As Object, _
   ByVal abbreviation As String, _
   ByVal expansion As String _
) 

Parameters

sender
abbreviation
expansion
See Also