ReplaceText Property
Applies To
AutoCorrect object.
Description
True if text in the list of AutoCorrect replacements is replaced automatically. Read/write Boolean.
See Also
ReplacementList method.
Example
This example turns off automatic text replacement.
With Application.AutoCorrect
.CapitalizeNamesOfDays = True
.ReplaceText = False
End With