Group: microsoft.public.excel.programming · Group Profile · Search for simulate keys in microsoft.public.excel.programming
Author: JW
Date: May 7, 2008 05:36
...the state of the caps lock key when the workbook is initially opened... off, set the caps lock key equal to whatever it was ... status of the 256 virtual keys GetKeyboardState bytKeys(0) bCapsLockOn = bytKeys(..., _ KEYEVENTF_EXTENDEDKEY Or 0, 0 'Simulate Key Release keybd_event VK_CAPITAL, &H45, ... value of the caps lock key into a global variable when ...
|