L
lee.marshall
Hi
Is there a way I can reference a checkbox item that I can manipulate
in VBA.
For instance...
I have a series of check boxes that I would like to change the
properties of with a loop
So my checkboxes are called:
CheckBox1
CheckBox2
CheckBox3
etc
and I want to be able to reference them like so:
For i = 1 to 20
"CheckBox" & i.Value = true
next i
Any ideas?
Is there a way I can reference a checkbox item that I can manipulate
in VBA.
For instance...
I have a series of check boxes that I would like to change the
properties of with a loop
So my checkboxes are called:
CheckBox1
CheckBox2
CheckBox3
etc
and I want to be able to reference them like so:
For i = 1 to 20
"CheckBox" & i.Value = true
next i
Any ideas?