Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default User Form movement

I have a user form that i created and it works fine, except when the
form is open and i tab to move from field to field, it skips over the
combo boxes to the text boxes and cmd buttons first, then back to the
combo boxes.

is there something i can do to have it not skip over the combo boxes?


---
Message posted from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default User Form movement

The tabbing order of the controls on the form is control by the
TabIndex property value of each control. By default, the
TabIndex numbers are in the order in which the control were
created, not by their order on the form.

With the form open in design view in the VBA editor, right-click
the form and choose Tab Order. In this dialog, you can move
controls up or down to change the tab order.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"Zygoid " wrote in
message ...
I have a user form that i created and it works fine, except

when the
form is open and i tab to move from field to field, it skips

over the
combo boxes to the text boxes and cmd buttons first, then back

to the
combo boxes.

is there something i can do to have it not skip over the combo

boxes?


---
Message posted from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default User Form movement

Hi Zygoid

Look a the Tabindex and Tabstop properties of each
control in your Userform

--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2000-2003)
www.rondebruin.nl



"Zygoid " wrote in message ...
I have a user form that i created and it works fine, except when the
form is open and i tab to move from field to field, it skips over the
combo boxes to the text boxes and cmd buttons first, then back to the
combo boxes.

is there something i can do to have it not skip over the combo boxes?


---
Message posted from http://www.ExcelForum.com/



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
user form Jase Excel Discussion (Misc queries) 1 March 25th 08 09:51 PM
How do I fill a cell in a user form from a selection on same form? Terry Tipsy Excel Discussion (Misc queries) 4 June 11th 07 02:59 PM
How do I set up top to bottom movement for a Form with two column Teresa Excel Worksheet Functions 9 March 6th 07 10:40 PM
user form static69 Excel Discussion (Misc queries) 1 February 6th 05 08:43 PM
I am looking to see if anybody has an equivalant user form to Outlooks CONTACT form BruceJ[_2_] Excel Programming 2 October 15th 03 05:28 PM


All times are GMT +1. The time now is 04:18 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"