AutoCorrect object (Excel Graph)

Contains Graph AutoCorrect attributes (capitalization of names of days, correction of two initial capital letters, automatic correction list, and so on).

Remarks

Use the AutoCorrect property to return the AutoCorrect object.

Example

The following example sets Graph to correct words that begin with two initial capital letters.

With myChart.Application.AutoCorrect 
 .TwoInitialCapitals = True 
 .ReplaceText = True 
End With

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.