View Single Post
 
Old 12-09-2012, 12:49 AM
Control Control is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Dec 2012
Posts: 3
Control is on a distinguished road
Default 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.
Reply With Quote