help with option buttons

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In VB you can group option buttons, but I don't know how it is done in excel.
Every option button I put on the sheet behaves the same. Not matter what I
try, if you select one button, the other is de-selected. Is there a way to
make them independent of each other.

Thanks for any help provided
Vince
 
Sorry everybody for the post. I just figured out what the group name does.
Not need to reply!

Thanks anyway
Vince
 
Hi Vince,

Assuming you are using controls from the Control Toolbox toolbar, you can
change the GroupName property from the default Sheet1 (or whatever) to a
name of your own choosing. Option buttons can then be selected within their
own Group, independently of other groups.
 
Vince,

Are they form or control toolbox buttons?

If form, put a frame, or Group Box around them. If control toolbox, set the
Group property.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top