Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() The code that you've supplied shows a named range, however, you have not specified the values for that range. Also, your sheet name appears to refer to a cell address instead of the actual sheet name. Try something like below: Sheet1.Range("Opaque").value = "FALSE" Furthermore, you state that the controls are in a user form, but can I assume that the checkboxes are linked to the below range? If not, please let me know and I can further assist. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Resetting cells to zero value. | New Users to Excel | |||
Resetting multiple cells containing drop-down lists | Excel Discussion (Misc queries) | |||
Resetting cells | Excel Worksheet Functions | |||
Resetting values based on change in cells of other column | Excel Discussion (Misc queries) | |||
Resetting cells | Excel Programming |