Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
does anyone know a way to trap the pressing of arrow keys in a userform
OnKey method will not trigger in userform and keypress event for textboxes returns nothing for arrow keys any other ideas? Please ben -- When you lose your mind, you free your life. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
what about keyup and keydown?
from help on these events: The KeyDown and KeyUp events are typically used to recognize or distinguish between: a.. Navigation keys, such as HOME, END, PAGEUP, PAGEDOWN, UP ARROW, DOWN ARROW, RIGHT ARROW, LEFT ARROW, and TAB. -- Regards, Tom Ogilvy "ben" (remove this if mailing direct) wrote in message ... does anyone know a way to trap the pressing of arrow keys in a userform OnKey method will not trigger in userform and keypress event for textboxes returns nothing for arrow keys any other ideas? Please ben -- When you lose your mind, you free your life. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yay for Tom!!
now i feel stupid I should have tried that first before coming begging for help thank you sir ben -- When you lose your mind, you free your life. "Tom Ogilvy" wrote: what about keyup and keydown? from help on these events: The KeyDown and KeyUp events are typically used to recognize or distinguish between: a.. Navigation keys, such as HOME, END, PAGEUP, PAGEDOWN, UP ARROW, DOWN ARROW, RIGHT ARROW, LEFT ARROW, and TAB. -- Regards, Tom Ogilvy "ben" (remove this if mailing direct) wrote in message ... does anyone know a way to trap the pressing of arrow keys in a userform OnKey method will not trigger in userform and keypress event for textboxes returns nothing for arrow keys any other ideas? Please ben -- When you lose your mind, you free your life. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
why dont shift+arrow or ctrl+arrow work in 2007 | Excel Discussion (Misc queries) | |||
how can I trap the change event (Tab Press key) of these controls | Excel Worksheet Functions | |||
how can I trap the change event (Tab Press key) of these controls | Excel Worksheet Functions | |||
Trap whether it was TAB or arrow keys etc | Excel Programming | |||
Arrow key operation among multiple TextBoxes in a UserForm | Excel Programming |