If Checkbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I have a checkbox that I would like to have checked if a certain cell is
populated. Any ideas?
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top