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
|