Asking for Macro to Reset Checkbox
I need to make a button that reset a "check box" when it get pressed.
I have been trying to use that Macro
===
Sub Button2_Click()
checkbox1.Value = False
End Sub
=====
But it generate an error "Object required".
May I have an advice how to do that button with no errors ?
Last edited by Control; 12-09-2012 at 03:49 AM.
|