Thread: taborder excel
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default taborder excel

Misunderstood

to tab within the sheet. Select A3:B5 and move within the selection using
the Tab key. You can use the enter key as well if it is set to move right
after enter.

--
Regards,
Tom Ogilvy



"Tom Ogilvy" wrote:

Do determine what it currently is

Dim sh as Object
for each sh in Activeworkbook.Sheets
msgbox sh.name & " index: " & sh.Index
Next

--
Regards,
Tom Ogilvy


"Frans" wrote:

How can I determine the taborder in an excel sheet ? It needs to go from
a3 to b3 tot a4 to b4 to a5 to b5 etc.