View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default Set tabindex automatically

To do it by code, you would need to use the control's name to assign the tab
index. If this is a one time effort, it is probably just as fast to right
click the form and select TabIndex from the shortcut menu. Then you can line
up your controls in the dialog box click OK and that's it.

"Paul" wrote:

Hi,

I've got a userform with a lot of textboxes, comboboxes etc. During
development there was a lot dragging those boxes all over the form, and
offcourse the tabindexes are now totally off!

Is there a way to, via a macro or something, to automatically set the
tabindexes the way I would like them?

Cheers,

Paul