Add Method (AutoCorrectEntries Collection) Example

This example adds a plain-text AutoCorrect entry for a common misspelling of the word "their."

AutoCorrect.Entries.Add Name:= "thier", Value:= "their"

Send feedback to MSDN.Look here for MSDN Online resources.