AutoCorrect.OtherCorrectionsAutoAdd property (Word)

True if Microsoft Word automatically adds words to the list of AutoCorrect exceptions on the Other Corrections tab in the AutoCorrect Exceptions dialog box (AutoCorrect Options command, Tools menu). Word adds a word to this list if you delete and then retype a word that you didn't want Word to correct. Read/write Boolean.

Syntax

expression. OtherCorrectionsAutoAdd

expression An expression that returns an 'AutoCorrect' object.

Example

This example sets Word to automatically add words to the list of AutoCorrect exceptions.

AutoCorrect.OtherCorrectionsAutoAdd = 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.