G Guest Jul 27, 2005 #1 I am wondering how to set the tab order between controls (i.e. comboboxes, textboxes, etc.). Thanks for any help.
I am wondering how to set the tab order between controls (i.e. comboboxes, textboxes, etc.). Thanks for any help.
T Tom Ogilvy Jul 27, 2005 #2 On a Userform, look at the TabIndex property of the control in the property window of the control. In a dialogsheet using controls from the forms control, right click on the sheet and select tab order. Not supported on a worksheet.
On a Userform, look at the TabIndex property of the control in the property window of the control. In a dialogsheet using controls from the forms control, right click on the sheet and select tab order. Not supported on a worksheet.
G Guest Jul 27, 2005 #3 Thank you! Tom Ogilvy said: On a Userform, look at the TabIndex property of the control in the property window of the control. In a dialogsheet using controls from the forms control, right click on the sheet and select tab order. Not supported on a worksheet. Click to expand...
Thank you! Tom Ogilvy said: On a Userform, look at the TabIndex property of the control in the property window of the control. In a dialogsheet using controls from the forms control, right click on the sheet and select tab order. Not supported on a worksheet. Click to expand...