Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() HI I need to find out how to be able to tab from one text box to anothe text box in a form I created. I want to do this so I don't have t click on every text box to input information. Thanks in advanc ----------------------------------------------- ~~ Message posted from http://www.ExcelTip.com ~~View and post usenet messages directly from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
working with textboxes-VBA | New Users to Excel | |||
unknown textboxes in excel 2007 | Excel Discussion (Misc queries) | |||
Textboxes | Excel Discussion (Misc queries) | |||
UserForm TextBoxes | Excel Discussion (Misc queries) | |||
tab between several textboxes | Excel Worksheet Functions |