View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Frame on spreadsheet

Assuming a frame from the control toolbox toolbar:

Where are you using the frame. If in a userform, put down the frame first,
then the buttons.

If on a worksheet, then don't use a frame - it is not really supported.

--
Regards,
Tom Ogilvy


"Gary Labowitz" wrote in message
...
I have added a frame to SS. I am adding radio buttons to frame. When I

drag
the frame, the buttons come along as wanted.
However, in execution mode the radio buttons don't show. I haven't had

luck
trying to reorder since I suspect they are in a different layer from the
frame.
Any clues as to how to set up radio buttons in a frame? (I'm using VBA now
to turn off other buttons when one is selected.)
And is this the correct group?
TIA
--
Gary