I have a spreadsheet with lines generated by macro. Each line has a CheckBox in col. "A" named "CheckBoxNN", where "NN" is a number (CheckBox1, CheckBox2,... CheckBox88, and so on). The number of lines varies.
Is there a way of reading the value of each check box in the loop? Like bCheckValue = CheckBoxNN.value. I'm thinking of making a check box name out of string ("CheckBox" and the number, which would be a number of the counter in "for" loop.)
Any suggestions? Thanks!
Is there a way of reading the value of each check box in the loop? Like bCheckValue = CheckBoxNN.value. I'm thinking of making a check box name out of string ("CheckBox" and the number, which would be a number of the counter in "for" loop.)
Any suggestions? Thanks!