View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default How to code tab order for Controls in Excel forms

This is from the VBA help file.

Set the tab order using the Tab Order dialog box



Make sure no controls are selected.

1. Right-click in the form, but not on a control.

2. From the shortcut menu, choose Tab Order.

3. Select the name of a control you want to reposition in the tab order.

4. Choose Move Up or Move Down until the control name is in the appropriate
position in the tab order.

"Lin" wrote:

Hi

I have an excel worksheet forms with Text box and combo box Controls. Ho can
I create tab order for them? Any help really appreciate.

Thanks,
Lin