ReplaceText Property Example

This example turns off automatic text replacement.

With Application.AutoCorrect
    .CapitalizeNamesOfDays = True
    .ReplaceText = False
End With