Tab-key

  • Thread starter Thread starter Kent Schederin
  • Start date Start date
K

Kent Schederin

How can i catch when the user press the Tab-key and moves from A1 to B1?

KS
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top