Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have created several user forms in Visual Basic and when I run them in
Excel the Tab order is odd. It dosent go right to left top to bottom. It jumps all over my sheet. Is there a way to make it go in the standard order? Thanks Erik |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Each control has a tabIndex property. Set these in your required order.
-- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Erik (AP Inc.)" wrote in message ... I have created several user forms in Visual Basic and when I run them in Excel the Tab order is odd. It dosent go right to left top to bottom. It jumps all over my sheet. Is there a way to make it go in the standard order? Thanks Erik |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you, I forgot to change this in the frame as well as the text box.
"Bob Phillips" wrote: Each control has a tabIndex property. Set these in your required order. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Erik (AP Inc.)" wrote in message ... I have created several user forms in Visual Basic and when I run them in Excel the Tab order is odd. It dosent go right to left top to bottom. It jumps all over my sheet. Is there a way to make it go in the standard order? Thanks Erik |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can also right click on the form to bring up a dialog which lets you
move all of the items up and down in the tab order. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions http://PeltierTech.com _______ "Bob Phillips" wrote in message ... Each control has a tabIndex property. Set these in your required order. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Erik (AP Inc.)" wrote in message ... I have created several user forms in Visual Basic and when I run them in Excel the Tab order is odd. It dosent go right to left top to bottom. It jumps all over my sheet. Is there a way to make it go in the standard order? Thanks Erik |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
User form and hiding spreadsheet | Excel Discussion (Misc queries) | |||
User Form | Excel Discussion (Misc queries) | |||
user form question: text box to display result | Excel Worksheet Functions | |||
User Form Problem | Excel Discussion (Misc queries) | |||
How do I create incremental numbers on an order form? | Excel Discussion (Misc queries) |