Application.NumLock property (Word)

Returns the state of the NUM LOCK key. True if the keys on the numeric keypad insert numbers, False if the keys move the insertion point. Read-only Boolean.

Syntax

expression. NumLock

expression An expression that returns an Application object.

Example

This example returns the current state of the NUM LOCK key.

theState = Application.NumLock

See also

Application Object

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.