P
Paul
Tom Ogilvy just answered a question about how to count
the number of checkboxes. But my similar problem is how to
count the number of checkboxes that have been <checked>. I
tried this line of code as a test, but it bombs :-(
If .CheckBoxes(2).Checked = True Then Range("A1").Value = 1
TIA
Paul
the number of checkboxes. But my similar problem is how to
count the number of checkboxes that have been <checked>. I
tried this line of code as a test, but it bombs :-(
If .CheckBoxes(2).Checked = True Then Range("A1").Value = 1
TIA
Paul