AutoCorrect.CorrectCapsLock Property

Excel Developer Reference

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.

Visual Basic for Applications
  Application.AutoCorrect.CorrectCapsLock = True

See Also