AutoCorrect.CorrectDays property (Word)
True if Word automatically capitalizes the first letter of days of the week. Read/write Boolean.
Syntax
expression. CorrectDays
expression A variable that represents an 'AutoCorrect' object.
Example
This example sets Word to automatically capitalize the first letter of days of the week.
AutoCorrect.CorrectDays = True
This example toggles the value of the CorrectDays property.
AutoCorrect.CorrectDays = Not AutoCorrect.CorrectDays
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.