View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
russell \(skmr3\) russell \(skmr3\) is offline
external usenet poster
 
Posts: 5
Default The Tab Function (Take 2)

Just a thought, you might want to pop the following line
in somewhere to disable to tabbing

Application.OnKey "{TAB}"

Cheers.

-----Original Message-----
Just a quick one.

In a worksheet, pressing the tab key allows the user to
move to the next cell to the right. Is there a way to
restrict which cells the user can go to? For example the
cursor starts off in cell A5 and when the tab key is hit
the cursor moves to cell A10 instead of B5?

Cheers,
D


.