Userform --> TAB Order

Roccafelie

Board Regular
Joined
Jun 30, 2008
Messages
129
Hello,

It may sound an easy question, however I coulnt find how to put my text boxes in order when I click on tab button. I want the exact order I located my textboxes in userform each time I click on TAB button in my keyboard.

I ll be happy if someone could help

Thanks in advance
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
You should be able to change that by changing the "TabIndex" property in the userform properties. Select the box that you want to change and put them in numeric order.

Hope that helps.
 
Upvote 0
The easiest way to change the tab order is right clicking and selecting Tab Order, as Justin suggests.

If you try and change the TabIndex property of individual controls then VBA can sometimes play havoc with that property for other controls.
 
Upvote 0

Forum statistics

Threads
1,213,490
Messages
6,113,957
Members
448,535
Latest member
alrossman

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top