AutoCorrect.CapitalizeNamesOfDays property (Excel)
True if the first letter of day names is capitalized automatically. Read/write Boolean.
Syntax
expression.CapitalizeNamesOfDays
expression A variable that represents an AutoCorrect object.
Example
This example sets Microsoft Excel to capitalize the first letter of the names of days.
With Application.AutoCorrect
.CapitalizeNamesOfDays = True
.ReplaceText = True
End With
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.