Syntax

expression.ReplaceText

expression A variable that represents an AutoCorrect object.

Example

This example turns off automatic text replacement.

Visual Basic for Applications
With Application.AutoCorrect .CapitalizeNamesOfDays = True .ReplaceText = False End With
Enable autocorrect feature? replace replace text Replace Text Property ReplaceText replacetext property Switch for automatically replacing certain text? Turn off automatic text replacement?

See also: