Thread: Tab-key
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_3_] Dave Peterson[_3_] is offline
external usenet poster
 
Posts: 2,824
Default Tab-key

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