Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / SpellCheck Object / AddToCustomDictionary Method
The word to add to the dictionary.
In This Topic
    AddToCustomDictionary Method
    In This Topic
    Adds a word to the active custom dictionary.
    Syntax
    expression.AddToCustomDictionary( _
       ByVal newWord As String _
    ) 
    where expression is a variable that represents a SpellCheck Object

    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