View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Marilyn Marilyn is offline
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