View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default The Tab Function

You just said the tab key moves one cell to the right. B5 is one cell to
the right of A5. So from A5, a tab would move to B5 and not A6. .

Regards,
Tom Ogilvy

dazza wrote in 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 B5 instead of A6?

Cheers,
D