OtherCorrectionsAutoAdd Property

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.

expression.OtherCorrectionsAutoAdd

expression Required. 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

Applies to | AutoCorrect Object