OtherCorrectionsExceptions.Add method (Word)

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

Syntax

expression.Add (Name)

expression Required. A variable that represents an 'OtherCorrectionsExceptions' collection.

Parameters

Name Required/Optional Data type Description
Name Required String The word that you want Word to overlook.

Return value

OtherCorrectionsException

Remarks

If the OtherCorrectionsAutoAdd property is True, words are automatically added to the list of other corrections exceptions.

Example

This example adds myCompany to the list of other corrections exceptions.

AutoCorrect.OtherCorrectionsExceptions.Add Name:="myCompany"

See also

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