|
Private Sub CheckBox10_Click()
If (CheckBox10 = 0) Then Sheet6.Visible = False Else If (CheckBox10 = 1) Then Sheet6.Visible = True End If End If End Sub
I want to hide a excel spreadsheet based on the value of a checkbox in another spreadsheet. This code is not wotking. Please help.
|