#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Tab-key

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

KS


  #2   Report Post  
Posted to microsoft.public.excel.programming
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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 11:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"