View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default how do i activate tabstop on excel?

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.