Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / SpellCheck Object / CorrectMisspelling Method
The misspelled word. This is a MisspelledWord Object.
The word that replaces the misspelled word.
In This Topic
    CorrectMisspelling Method
    In This Topic
    Replaces a misspelled word with a correctly spelled word at the specified location. A
    Syntax
    expression.CorrectMisspelling( _
       ByVal misspelled As MisspelledWord, _
       ByVal correction As String _
    ) 
    where expression is a variable that represents a SpellCheck Object

    Parameters

    misspelled
    The misspelled word. This is a MisspelledWord Object.
    correction
    The word that replaces the misspelled word.
    See Also