Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / SpellCheck Object / RemoveMisspelling Method
The word to no longer consider misspelled.
In This Topic
    RemoveMisspelling Method
    In This Topic
    Removes the specified misspelled word from the misspelled word list and clears the associated misspelling attribute from the screen.
    Syntax
    expression.RemoveMisspelling( _
       ByVal word As MisspelledWord _
    ) 
    where expression is a variable that represents a SpellCheck Object

    Parameters

    word
    The word to no longer consider misspelled.
    See Also