CheckBox

P

PeterM

I have a sheet with a checkbox in column A and a value in column B. There
are about 30 rows of this data. The user selects the items they want to view
and I run VBA code based on their selection.

I want to turn the checkboxes on and off within VBA but can't figure out
what each checkbox is named and how to reference it in VBA code. I just need
to do something like:

CheckBox13 = True
Checkbox 99 = False

like in Access

Can anyone help please? Thanks in advance.
 

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

Top