group option control

I

inungh

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

Your information is great appreciated,
 
P

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
 
I

inungh

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,
 
Top