Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I can't figure out why my form objects don't have tabstop in the properties
box. Is there a special reference to activate it? Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Controls from the control toolbox toolbar used in a worksheet? The wouldn't
have that property since it would be meaningless in that context. Controls from the forms toolbar do not have a tabstop property. -- Regards, Tom Ogilvy "bpaz_ph" wrote in message ... I can't figure out why my form objects don't have tabstop in the properties box. Is there a special reference to activate it? Thanks. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Tom Ogilvy" wrote: Controls from the control toolbox toolbar used in a worksheet? The wouldn't have that property since it would be meaningless in that context. Controls from the forms toolbar do not have a tabstop property. -- Regards, Tom Ogilvy "bpaz_ph" wrote in message ... I can't figure out why my form objects don't have tabstop in the properties box. Is there a special reference to activate it? Thanks. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks. I'm stuck with the controls on the worksheet. Used protect
worksheet to limit tabstops between cells but couldn't include controls in tab stops. Any suggestions? "Tom Ogilvy" wrote: Controls from the control toolbox toolbar used in a worksheet? The wouldn't have that property since it would be meaningless in that context. Controls from the forms toolbar do not have a tabstop property. -- Regards, Tom Ogilvy "bpaz_ph" wrote in message ... I can't figure out why my form objects don't have tabstop in the properties box. Is there a special reference to activate it? Thanks. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can tab between Control Toolbox Toolbar controls by using the events of
those controls to move the focus. -- Regards, Tom Ogilvy "bpaz_ph" wrote in message ... Thanks. I'm stuck with the controls on the worksheet. Used protect worksheet to limit tabstops between cells but couldn't include controls in tab stops. Any suggestions? "Tom Ogilvy" wrote: Controls from the control toolbox toolbar used in a worksheet? The wouldn't have that property since it would be meaningless in that context. Controls from the forms toolbar do not have a tabstop property. -- Regards, Tom Ogilvy "bpaz_ph" wrote in message ... I can't figure out why my form objects don't have tabstop in the properties box. Is there a special reference to activate it? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to activate triggers in Excel | Setting up and Configuration of Excel | |||
In Excel why does the / key activate the menu bar? | Excel Discussion (Misc queries) | |||
How do I activate sort in Excel? | Excel Discussion (Misc queries) | |||
Excel VB, Workbook.activate | Excel Programming | |||
Activate Non-Excel Window Through VBA | Excel Programming |