SuggestSpellingCorrections Property

Applies To

Options object.

Description

True if Word always suggests alternative spellings for each misspelled word when checking spelling. Read/write Boolean.

See Also

CheckSpelling method, GetSpellingSuggestions method, SuggestFromMainDictionaryOnly property.

Example

This example sets Word to always suggest alternative spellings for misspelled words, and then it checks spelling in the active document.

Options.SuggestSpellingCorrections = True
ActiveDocument.CheckSpelling
This example returns the current status of the Always suggest corrections option on the Spelling & Grammar tab in the Options dialog box.

temp = Options.SuggestSpellingCorrections