Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Arrow keys when cells locked | Excel Worksheet Functions | |||
Is it possible to set the enter and arrow keys to skip locked cel | Excel Discussion (Misc queries) | |||
how to use shift and down arrow keys in a macro? | Excel Worksheet Functions | |||
Skip cells with Tab/Shift+Tab | Excel Programming | |||
I cannot extend cells using Shift+arrow keys; I cannot Autosum | Excel Worksheet Functions |