Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.17 KB

Word.Options.SuggestSpellingCorrections.md

File metadata and controls

51 lines (29 loc) · 1.17 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Options.SuggestSpellingCorrections property (Word)
vbawd10.chm162988315
vbawd10.chm162988315
Word.Options.SuggestSpellingCorrections
2b4e821a-f44b-9166-5cf9-ff607164a99c
06/08/2017
medium

Options.SuggestSpellingCorrections property (Word)

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

Syntax

expression. SuggestSpellingCorrections

expression An expression that returns an Options object.

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 (Tools menu).

temp = Options.SuggestSpellingCorrections

See also

Options Object

[!includeSupport and feedback]