Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have a checkbox that I would like to have checked if a certain cell is populated. Any ideas? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If the checkbox came from the Forms Toolbar, something like this:
ActiveSheet.checkboxes("Check Box 1").value=true if the checkbox came from the Control Toolbar, then like this: ActiveSheet.CheckBox1.Value=true -- Hope that helps. Vergel Adriano "Dan Connors" wrote: Hello, I have a checkbox that I would like to have checked if a certain cell is populated. Any ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to have Checkbox A uncheck with checked Checkbox B | Excel Discussion (Misc queries) | |||
Checkbox | New Users to Excel | |||
link a checkbox in a sheet to a checkbox on a userform? | Excel Programming | |||
How do I link one checkbox to update another checkbox? | Excel Programming | |||
checkbox on form reset from checkbox on sheet | Excel Programming |