View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Vergel Adriano Vergel Adriano is offline
external usenet poster
 
Posts: 857
Default Order the TabIndex

Clara,

Open the form then from the main menu in the VBE, select View-Tab Order..

you can move controls up or down in the tab order. you can also select more
than one control at a time.

--
Hope that helps.

Vergel Adriano


"clara" wrote:

Hi all,

there are over 100 controls on a userform and they are misrodered, I have
changed some TabIndex by hand, but they are reassigned while I assigned new
value to other control's TabIndex. How could I do it in a simple way?

Clara
--
thank you so much for your help