Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm sure someone here steered me to this function when I was having some
issues programmatically opening excel workbooks when the shift key was pressed. I've just migrated to Office 2007 and this function isn't working. 'Declare API Declare Function GetKeyState Lib "User32" _ (ByVal vKey As Integer) As Integer Const SHIFT_KEY = 16 Function ShiftPressed() As Boolean 'Returns True if shift key is pressed ShiftPressed = GetKeyState(SHIFT_KEY) < 0 End Function Can someone assist? Thanks, Barb Reinhardt |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CTRL+SHIFT+) is not working in Excel 2007 | Excel Discussion (Misc queries) | |||
scroll function not working in excel 2007 | Excel Worksheet Functions | |||
Value function not working as expected in Excel 2007 | Excel Worksheet Functions | |||
paste function not working Excel 2007 | Excel Discussion (Misc queries) | |||
Excel 2007 - sum function not working | Excel Worksheet Functions |