TwoInitialCapsAutoAdd Property

TwoInitialCapsAutoAdd 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 Initial Caps exceptions. A word is added to this list if you delete and then retype the uppercase letter (following the initial uppercase letter) that Word changed to lowercase. Read/write Boolean.

expression.TwoInitialCapsAutoAdd

expression   Required. An expression that returns an AutoCorrect object.

Example

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

  AutoCorrect.TwoInitialCapsAutoAdd = True