TwoInitialCapitals Property

Microsoft Excel Visual Basic

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