InfoConnect for Airlines VBA Guide
AddToCustomDictionary Method
The word to add to the dictionary.
Adds a word to the active custom dictionary.
Syntax
object.AddToCustomDictionary( _
   ByVal newWord As String _
) 

Parameters

newWord
The word to add to the dictionary.
Remarks
This setting has no effect if a custom dictionary isn't specified. After a word is added to the custom dictionary, it is no longer considered as being misspelled.
See Also