This topic has not yet been rated - Rate this topic

AutoCorrect.CapitalizeNamesOfDays Property

Office 2007
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.

Visual Basic for Applications
With Application.AutoCorrect
    .CapitalizeNamesOfDays = True
    .ReplaceText = True
End With



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.