Thread: Option Buttons
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Keri[_2_] Keri[_2_] is offline
external usenet poster
 
Posts: 9
Default Option Buttons

I am trying to write a code to disable an entire group of
option buttons... is there a command to diable a group?
The idea is if one box is checked then group_1 (which
consists of 8 option buttons) needs to be disabled -- I
would rather not disable each button individually.

--Keri