Oh I wish I could have provided more clear title...
In a For-Next loop I want to place the name of a control, a checkbox, and change it with the number of loop I am on, such as if on the first loop I would have cbx01, on the second loop it would become cbx02, as in
in order to loop through ckb1 through ckb10.![]()
For intCtr = 1 to 10 If ActiveSheet.ckb & Cstr(intCtr) & .Value = True Then <Do something> End If Next
Thoughts?
Thank-you!
Bookmarks