kevinf2349
Technical User
This seems like it should be pretty simple but I can't seem to get it working. I am trying to use an index for a checkbox control i.e.
for i = 1 to 10
CheckBox(i).Visible
next
And it doesn't like it one little bit. What is the best way of doing this?
for i = 1 to 10
CheckBox(i).Visible
next
And it doesn't like it one little bit. What is the best way of doing this?