Application.CapsLock property (Word)
True if the CAPS LOCK key is turned on. Read-only Boolean.
Syntax
expression. CapsLock
expression A variable that represents an Application object.
Example
This example retrieves the current state of the CAPS LOCK key.
Dim blnCapsLock As Boolean
blnCapsLock
= Application.CapsLock
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.