CapitalizeNamesOfDays Property

Applies To

AutoCorrect Object.

Description

True if the first letters of the names of days are capitalized automatically. This property is available only in Microsoft Excel for Windows 95. Read-write.

Example

This example sets Microsoft Excel to capitalize the first letters of the names of days.


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