T
Thomas
I have 8 checkboxes and a variable BoxNo with a number
from 1-8.
I want to be able to make the statement:
If CheckBox6 = True
but by using the variable to determine the name of the
checkbox.
Something like 'If CheckBox & BoxNo = True
but something that actually works
Thanks for the help,
Thomas
from 1-8.
I want to be able to make the statement:
If CheckBox6 = True
but by using the variable to determine the name of the
checkbox.
Something like 'If CheckBox & BoxNo = True
but something that actually works
Thanks for the help,
Thomas