lee-r
11/16/2018 - 1:01 PM

VBA Userform Tab Order

There is an easy way to set TabIndex properties. 1 – Left click in the first control; 2 – Hold Ctrl key and click in each control in the order you want; 3 – Open the Properties window 4 – Set the TabIndex property to 0 and press Enter

You’ll see that the the order will be rearranged according to the order you made your clicks.