View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_5_] Dave Peterson[_5_] is offline
external usenet poster
 
Posts: 1,758
Default active x radio buttons in excel

Since you used a groupbox, how about using the optionbuttons from the Forms
toolbar.

If you want the optionbuttons from the control toolbox toolbar, then you don't
need the groupbox. But you do have to change the .groupname property of each
optionbutton to be the same.

(Each group of optionbuttons should have its own unique groupname.)

Anna wrote:

Hi, I've created a group box and put 3 radio buttons inside it - I want to
only be able to select one of the three radio buttons but at the moment I am
able to select 2 at a time - how can I get around this?
Thanks :-)


--

Dave Peterson