Expand Minimize
This topic has not yet been rated - Rate this topic

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.

expression .NumLock

expression An expression that returns an Application object.

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

theState = Application.NumLock
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.