FirstLetterExceptions.Add method (Word)

Returns a FirstLetterException object that represents a new exception added to the list of AutoCorrect exceptions.

Syntax

expression.Add (Name)

expression Required. A variable that represents a 'FirstLetterExceptions' collection.

Parameters

Name Required/Optional Data type Description
Name Required String The word with two initial capital letters that you want Microsoft Word to overlook.

Return value

FirstLetterException

Remarks

If the FirstLetterAutoAdd property is True, abbreviations are automatically added to the list of first-letter exceptions.

Example

This example adds the abbreviation addr. to the list of first-letter exceptions.

AutoCorrect.FirstLetterExceptions.Add Name:="addr."

See also

FirstLetterExceptions Collection Object

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.