Thread: Tab Order
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jim Bennett
 
Posts: n/a
Default Tab Order

If you move around using the <enter key you can control its direction in
TOOLS+OPTIONS+EDIT+Move Selection After Enter+Direction

Maybe you could trap the TAB key and have it perform the ENTER action
through VBA

"Todd" wrote:

Is there anyway to keep make the tab order go down on a worksheet instead of
right? I have a protected worksheet and the flow of the unlocked cells needs
to go down then back to the top but using the tab key makes it go right then
down. Any help???