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 Frame from Control Toolbox?!

There is no equivalent of the GroupBox found on the forms toolbar on the
control toolbox toolbar. There is a frame control which is available in a
userform and you can put it on a worksheet by choosing additional controls,
but it offers no useful functionality (which is probably why it doesn't
appear on the control toolbox toolbar when a worksheet is the active
container).

--
Regards,
Tom Ogilvy

wrote in message
oups.com...
Hi,

What is counterpart of the Frame from the Form toolbar on the Control
Toolbox? How to replace it if I use ActiveX controls on the Worksheet?

Regards

Dan