Skip cells with TAB/SHIFT+TAB but allow arrow keys/mouse selection of skipped cells

W

Wescotte

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
 
W

Wescotte

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

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

Top