Syntax

expression.AutoCorrect

expression A variable that represents an Application object.

Example

This example substitutes the word "Temp." for the word "Temperature" in the array of AutoCorrect replacements.

Visual Basic for Applications
With Application.AutoCorrect .AddReplacement "Temperature", "Temp." End With
Access the application AutoCorrect object? auto correct Auto Correct Property autocorrect AutoCorrect property AutoCorrect property? Work with autocorrect properties?

See also: