Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 211
Default Adding a new text box to user form

Hello Somewhere in the middle of a user form I created I added a new text
box . When I test the user form the cursor skips the new text box , when the
cursor gets to the end then it goes back to the new text box. I want the
cursor to go from text box to tex box without skipping any text box. How do
I correct this thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 461
Default Adding a new text box to user form

They go in order. So the new Text Box is probably like TextBox8 or something
above the next TextBox. You'll have to change the order in the UserForm Sub
or just change the TextBoxes around.

"Marilyn" wrote:

Hello Somewhere in the middle of a user form I created I added a new text
box . When I test the user form the cursor skips the new text box , when the
cursor gets to the end then it goes back to the new text box. I want the
cursor to go from text box to tex box without skipping any text box. How do
I correct this thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Adding a new text box to user form

While you're in design mode in the VBE, select a textbox.
Then hit F4 to see its properties.

Take a look at the .tabstop and .tabindex properties.

(Assuming you're writing about tabbing between the controls.)

Marilyn wrote:

Hello Somewhere in the middle of a user form I created I added a new text
box . When I test the user form the cursor skips the new text box , when the
cursor gets to the end then it goes back to the new text box. I want the
cursor to go from text box to tex box without skipping any text box. How do
I correct this thanks


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 211
Default Adding a new text box to user form

Dave Thank you thank you problem solved

"Dave Peterson" wrote:

While you're in design mode in the VBE, select a textbox.
Then hit F4 to see its properties.

Take a look at the .tabstop and .tabindex properties.

(Assuming you're writing about tabbing between the controls.)

Marilyn wrote:

Hello Somewhere in the middle of a user form I created I added a new text
box . When I test the user form the cursor skips the new text box , when the
cursor gets to the end then it goes back to the new text box. I want the
cursor to go from text box to tex box without skipping any text box. How do
I correct this thanks


--

Dave Peterson

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
Display contents of a cell in a user form text box -- Excel 2003 VBA hiskilini Excel Discussion (Misc queries) 7 April 4th 23 10:22 AM
User Form: Cannot Update Text Box Charles in Iraq Excel Discussion (Misc queries) 0 October 12th 06 07:53 AM
user form question: text box to display result BigPig Excel Discussion (Misc queries) 0 February 28th 06 12:33 AM
user form question: text box to display result BigPig Excel Worksheet Functions 0 February 25th 06 08:17 PM
Use a text box to calculate and show results in a user form stockpick Excel Discussion (Misc queries) 6 August 6th 05 06:04 AM


All times are GMT +1. The time now is 08:46 AM.

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"