Compartilhar via


AutoCorrect.FirstLetterAutoAdd Property

Word Developer Reference

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.

Visual Basic for Applications
  AutoCorrect.FirstLetterAutoAdd = False

See Also