Share via


AutoCorrect.FirstLetterAutoAdd Property (Word)

True if Word automatically adds abbreviations to the list of AutoCorrect First Letter exceptions. Read/write Boolean.

Syntax

expression .FirstLetterAutoAdd

expression A variable that represents an AutoCorrect object.

Remarks

Word adds an abbreviation to this list if you delete and then retype the letter that Word capitalized immediately after the period following the abbreviation.

Example

This example prevents Word from automatically adding abbreviations to the list of AutoCorrect First Letter exceptions.

AutoCorrect.FirstLetterAutoAdd = False

See Also

Concepts

AutoCorrect Object Members

AutoCorrect Object