OtherCorrectionsAutoAdd Property

OtherCorrectionsAutoAdd Property
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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