Add Method (FirstLetterExceptions, OtherCorrectionsExceptions, and TwoInitialCapsExceptions Collections) Example
This example adds the abbreviation "addr." to the list of first-letter exceptions.
AutoCorrect.FirstLetterExceptions.Add Name:="addr."
This example adds "MSOffice" to the list of initial-capital exceptions.
AutoCorrect.TwoInitialCapsExceptions.Add Name:= "MSOffice"
This example adds "myCompany" to the list of other corrections exceptions.
AutoCorrect.OtherCorrectionsExceptions.Add Name:= "myCompany"