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