Option Button

C

ceemo

I have created a range of option buttons on my user form and hav
grouped them in thecode as advised in the help files on VB. This work
fine however when i click between the option buttons the activie on
deactivates and i then have to click again to get the new selection t
hghlight.

Id rather it switched with one click rather than two, can this b
done?and what am i doing wrong
 
C

Chip Pearson

The normal mode of operation of option buttons is the way you
want it to work. I can't think of a reason they would behave the
way you describe. Do you have any code behind the option buttons?


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"ceemo" <[email protected]>
wrote in message
news:[email protected]...
 
C

ceemo

hi here's the code im using to link the option buttons

OptionButton5.GroupName = "Weeks"
OptionButton6.GroupName = "Weeks"
OptionButton7.GroupName = "Weeks"
OptionButton8.GroupName = "Weeks"
OptionButton9.GroupName = "Weeks
 

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

Top