CorrectCapsLock Property Example
This example determines whether Word is set to automatically correct CAPS LOCK key errors.
If AutoCorrect.CorrectCapsLock = True Then
MsgBox "Correct CAPS LOCK is active."
Else
MsgBox "Correct CAPS LOCK is not active."
End If