CheckBox

  • Thread starter Thread starter PeterM
  • Start date Start date
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.
 
Back
Top