View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Excelenator[_52_] Excelenator[_52_] is offline
external usenet poster
 
Posts: 1
Default Creating "grouped" checkboxes


This code will have Checkbox1 act as the "parent" to the Checkboxe
2-5.


Code
-------------------
Private Sub CheckBox1_Change()
CheckBox2.Value = -CheckBox1.Value
CheckBox3.Value = -CheckBox1.Value
CheckBox4.Value = -CheckBox1.Value
CheckBox5.Value = -CheckBox1.Value
End Su
-------------------

--
Excelenato

-----------------------------------------------------------------------
Excelenator's Profile: http://www.excelforum.com/member.php...fo&userid=3676
View this thread: http://www.excelforum.com/showthread.php?threadid=57418