Multiple checkbox selection

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

I have an excel sheet with many Yes/No, Good/Abnormal checkboxes. The list is
long. I want to have this checksheet have a feature to select all Yes, or
Select all no, or select all good, select all abnormal, to avoid the operator
having to check all if good/bad/ or the other. Any suggestions
 
If your checkboxes are from the Forms toolbar you can change all values in
one go like this

ActiveSheet.CheckBoxes.Value = xlOff ' xlOn

Your question is ambiguous though, not sure if something like the above is
what you want or if you want to change certain checkboxes.

Regards,
Peter T
 

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