group option control

  • Thread starter Thread starter inungh
  • Start date Start date
I

inungh

I just wonder are there any group option button controls for Excel
like Ms Access?

Your information is great appreciated,
 
ActiveX controls on a sheet or on a userform have a GroupName property.
Change the groupname to make sets of mutually exclusive buttons.

Alternatively, if on a form you can place sets of optionbuttons in separate
container objects, eg Frame or pages of a multipage.

Regards,
Peter T
 
ActiveX controls on a sheet or on a userform have a GroupName property.
Change the groupname to make sets of mutually exclusive buttons.

Alternatively, if on a form you can place sets of optionbuttons in separate
container objects, eg Frame or pages of a multipage.

Regards,
Peter T







- Show quoted text -

Thanks for the message,
 

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