Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can i catch when the user press the Tab-key and moves from A1 to B1?
KS |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm not sure if you can trap that.
But you could trap the change of selection using either of two events: Worksheet_SelectionChange Workbook_SheetSelectionChange These are events that excel can monitor. If you think you might want to use them, take a look at Chip Pearson's site: http://www.cpearson.com/excel/events.htm Kent Schederin wrote: How can i catch when the user press the Tab-key and moves from A1 to B1? KS -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|