Share via


TwoInitialCapitals Property [Excel 2003 VBA Language Reference]

True if words that begin with two capital letters are corrected automatically. Read/write Boolean.

Example

This example sets Microsoft Excel to correct words that begin with two capital letters.

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

Applies to | AutoCorrect Object