AutoCorrect.FirstLetterExceptions Property
Word Developer Reference |
Returns a FirstLetterExceptions collection that represents the list of abbreviations after which Word won't automatically capitalize the next letter. Read-only.
Syntax
expression.FirstLetterExceptions
expression A variable that represents an AutoCorrect object.
Remarks
This list corresponds to the list of AutoCorrect exceptions on the First Letter tab in the AutoCorrect Exceptions dialog box. For information about returning a single member of a collection, see Returning an Object from a Collection.
Example
This example adds "apt." to the list of AutoCorrect First Letter exceptions.
Visual Basic for Applications |
---|
|
This example deletes the specified AutoCorrect First Letter exception if it exists.
Visual Basic for Applications |
---|
|
See Also