View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
matt matt is offline
external usenet poster
 
Posts: 92
Default Where to put code

I want to have 7 check boxes visible based on whether
another check box is selected. This is the code I was
told to use. However, I can't figure out where to place
it. Thanks. Matt

If CheckBox0.Value = False Then
CheckBox1.Visible = False