Thread: Option Buttons
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
spence[_3_] spence[_3_] is offline
external usenet poster
 
Posts: 15
Default Option Buttons

group the option buttons you want together with a name.
if you look at the properties for the button, there is
a "group" property. name the groups something
individual, group 1, group 2 etc.
-----Original Message-----
I am trying to add two groups of option buttons in the
same worksheet. I need to know how to seperate the
buttons so that two can be selected at the same time
(currently I am only able to select one button at a time
on a worksheet). Thanks!
.