ReplaceText Property

Microsoft Graph Visual Basic

True if text in the list of AutoCorrect replacements is replaced automatically. Read/write Boolean.

Example

This example turns off automatic text replacement for the chart.

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