AutoCorrect.CorrectCapsLock Property (Excel)

True if Microsoft Excel automatically corrects accidental use of the CAPS LOCK key. Read/write Boolean.

Syntax

expression .CorrectCapsLock

expression A variable that represents an AutoCorrect object.

Example

This example enables Microsoft Excel to automatically correct accidental use of the CAPS LOCK key.

Application.AutoCorrect.CorrectCapsLock = True

See Also

Concepts

AutoCorrect Object Members

AutoCorrect Object