Thread: Excel Textboxes
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Excel Textboxes

Tab
Textbox
Worksheet

use the tabindex property of each control to determine how to tab through
the userform.

if your textboxes are on a worksheet, you would need to use code to do this:

See this posting by Rob Bovey:

http://groups.google.com/groups?thre...%40cppssbbsa04

--
Regards,
Tom Ogilvy

"Cade09" wrote in message
...

HI
I need to find out how to be able to tab from one text box to another
text box in a form I created. I want to do this so I don't have to
click on every text box to input information.
Thanks in advance


------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~View and post usenet messages directly from http://www.ExcelForum.com/