View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Choosing Only One Of Three OptionButtons

When all the optionbuttons are grouped together in a frame, you can only set
one at any one time. Setting another clears the first.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Minitman" wrote in message
...
Greetings,

I have a UserForm with a Frame on it. Inside this frame are three
OptionButton's. I know there is a way to toggle one choice at a time,
but I can't find how to do it.

Anyone have any idea as to how this is done?

TIA

-Minitman