AutoCorrect.ReplaceTextFromSpellingChecker property (Word)

True if Microsoft Word automatically replaces misspelled text with suggestions from the spelling checker as the user types. Word only replaces words that contain a single misspelling and for which the spelling dictionary only lists one alternative. Read/write Boolean.

Syntax

expression. ReplaceTextFromSpellingChecker

expression An expression that returns an 'AutoCorrect' object.

Example

This example sets Word to automatically replace misspelled text with suggestions from the spelling checker.

AutoCorrect.ReplaceTextFromSpellingChecker = True

See also

AutoCorrect Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.