Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 28
Default Skip cells with TAB/SHIFT+TAB but allow arrow keys/mouse selection of skipped cells

I would like to allow the user to skip specific cells/rows/columns by
jumping around a form with the TAB/SHIFT+TAB keys but I would like to
also allow the user to specifically select these skiped cells if they
desire to by using the arrow keys or the mouse.

I am currently using

Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)

in order to evaluate the current selection and what should be skipped.

Thanks
Eric

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 28
Default Skip cells with TAB/SHIFT+TAB but allow arrow keys/mouse selection of skipped cells

Well, looks like I figured it out again.. I used the
Application.Onkey(...) to catch TAB/SHIFT TAB and LEFT/RIGHT arrows.

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Arrow keys when cells locked sam Excel Worksheet Functions 1 September 26th 08 01:41 PM
Is it possible to set the enter and arrow keys to skip locked cel Barron Excel Discussion (Misc queries) 2 March 18th 06 08:03 AM
how to use shift and down arrow keys in a macro? John W Excel Worksheet Functions 1 July 31st 05 01:21 AM
Skip cells with Tab/Shift+Tab Wescotte Excel Programming 3 June 6th 05 04:16 PM
I cannot extend cells using Shift+arrow keys; I cannot Autosum KangaFrank Excel Worksheet Functions 2 March 8th 05 03:30 AM


All times are GMT +1. The time now is 06:10 AM.

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"