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.