CorrectDays Property

Applies To

AutoCorrect object.

Description

True if Word automatically capitalizes the first letter of days of the week. Read/write Boolean.

See Also

AutoCorrect property, CorrectInitialCaps property, CorrectSentenceCaps property.

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