Hi There: I inserted and Active X control (checkbox) and want it hidden if a certain cell (V1) = FALSE. I have the following code I have entered:
Private Sub worksheet_calculate()
EnterMonthlyBox1.Visible = Not Range("v1").Value
End Sub
Problem is when I do this the UNDO function is...