Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello -
How do you set the tab order for textboxes? I expected to be able to just put the tab order in properties -- Any help will be greatly appreciated! -- Sandy |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What kind of textboxes/what toolbar are they from. Where are they located?
-- Regards, Tom Ogilvy "Sandy" wrote in message ... Hello - How do you set the tab order for textboxes? I expected to be able to just put the tab order in properties -- Any help will be greatly appreciated! -- Sandy |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear Tom -
Thanks for your response. Sorry for the lack of info. The textboxes are not in a form - they are in a document and from the Control Toolbox (I inherited this project). -- Sandy "Tom Ogilvy" wrote: What kind of textboxes/what toolbar are they from. Where are they located? -- Regards, Tom Ogilvy "Sandy" wrote in message ... Hello - How do you set the tab order for textboxes? I expected to be able to just put the tab order in properties -- Any help will be greatly appreciated! -- Sandy |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
then you don't have a tab order because there is no support for tabbing
between shapes/oleobjects on a worksheet. If you want to tab, then you have to control it with code. see sample code provided by Rob Bovey http://groups.google.com/group/micro...2e961dfddd44ef -- Regards, Tom Ogilvy "Sandy" wrote in message ... Dear Tom - Thanks for your response. Sorry for the lack of info. The textboxes are not in a form - they are in a document and from the Control Toolbox (I inherited this project). -- Sandy "Tom Ogilvy" wrote: What kind of textboxes/what toolbar are they from. Where are they located? -- Regards, Tom Ogilvy "Sandy" wrote in message ... Hello - How do you set the tab order for textboxes? I expected to be able to just put the tab order in properties -- Any help will be greatly appreciated! -- Sandy |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, Tom!
-- Sandy "Tom Ogilvy" wrote: then you don't have a tab order because there is no support for tabbing between shapes/oleobjects on a worksheet. If you want to tab, then you have to control it with code. see sample code provided by Rob Bovey http://groups.google.com/group/micro...2e961dfddd44ef -- Regards, Tom Ogilvy "Sandy" wrote in message ... Dear Tom - Thanks for your response. Sorry for the lack of info. The textboxes are not in a form - they are in a document and from the Control Toolbox (I inherited this project). -- Sandy "Tom Ogilvy" wrote: What kind of textboxes/what toolbar are they from. Where are they located? -- Regards, Tom Ogilvy "Sandy" wrote in message ... Hello - How do you set the tab order for textboxes? I expected to be able to just put the tab order in properties -- Any help will be greatly appreciated! -- Sandy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to change series plotting order without changing legend order? | Charts and Charting in Excel | |||
For chart syles, why doesn't color order match series order? | Charts and Charting in Excel | |||
How stop Excel file UK date order changing to US order in m.merge | Excel Discussion (Misc queries) | |||
Daily Macro to Download Data, Order and paste in order | Excel Worksheet Functions | |||
Daily Macro to Download Data, Order and paste in order | Excel Programming |