Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try simply -
Declare Function SetKeyboardState _ Lib "User32" (kbArray As Byte) As Long Sub NumLocker() Dim KeyState(0 To 255) As Byte KeyState(&H90) = 1 ' 1 NumLock on, 0 for off SetKeyboardState KeyState(0) End Sub "Black1" wrote in message ... Unfortunately I cant get his solution to work, I keep getting "Can't find DLL entry point getkeyboardstate in user32" Any (further) suggestions? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I undo the scroll lock, thscroll lock button does not work | Excel Discussion (Misc queries) | |||
reuest formula for auto update status & status date | Excel Worksheet Functions | |||
Lock Cell status | Excel Discussion (Misc queries) | |||
Need a msg box that displays time status or loading status | Excel Programming | |||
SENDKEYS change the "Number Lock" status | Excel Programming |