Thread: Tab Order
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
cody cody is offline
external usenet poster
 
Posts: 71
Default Tab Order

Thank you!


"Tom Ogilvy" wrote:

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.

--
Regards,
Tom Ogilvy

"Cody" wrote in message
...
I am wondering how to set the tab order between controls (i.e. comboboxes,
textboxes, etc.).

Thanks for any help.