Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / January 2008

Tip: Looking for answers? Try searching our database.

uncheck a checkbox with a macro

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
GeoffWhite18 - 31 Jan 2008 20:52 GMT
I need a macro to delete information in cells (A2:G2), and change the value
of a check box to false. The check box is linked to cell (E2) and the value
should change to false. The check box was created useing the forms tool box.
Thanks!
Jim Thomlinson - 31 Jan 2008 21:15 GMT
Sub whatever
Range("A2:G2").ClearContents
end sub
Signature

HTH...

Jim Thomlinson

> I need a macro to delete information in cells (A2:G2), and change the value
> of a check box to false. The check box is linked to cell (E2) and the value
> should change to false. The check box was created useing the forms tool box.
> Thanks!
FSt1 - 31 Jan 2008 21:24 GMT
hi
just to add to jim's responce...
Sub whatever
Range("A2:G2").ClearContents
Range("E2").value  ="False"
end sub

regards
FSt1

> I need a macro to delete information in cells (A2:G2), and change the value
> of a check box to false. The check box is linked to cell (E2) and the value
> should change to false. The check box was created useing the forms tool box.
> Thanks!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.