View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default How to code tab order for Controls in Excel forms

Select each control one at time in the REVERSE order you want them and set
the Tab Index to 0 with each selection (yes, zero each time)... when you are
done, the Tab Indexes will be in the correct order.

--
Rick (MVP - Excel)


"Lin" wrote in message
...
Hi

I have an excel worksheet forms with Text box and combo box Controls. Ho
can
I create tab order for them? Any help really appreciate.

Thanks,
Lin