E
Emyr Pugh
Is there any way to combine checkboxes with variables? Take for example
the following code:
CheckBox1.Caption = "This is CheckBox1"
but is there any way to refer to a non-specific checkbox e.g. CheckBox97
by using a variable. Something like this:
Checkbox(Variable).caption = "This is Checkbox ", variable
But this is not valid syntax, can anyone advise me as to the solution?
the following code:
CheckBox1.Caption = "This is CheckBox1"
but is there any way to refer to a non-specific checkbox e.g. CheckBox97
by using a variable. Something like this:
Checkbox(Variable).caption = "This is Checkbox ", variable
But this is not valid syntax, can anyone advise me as to the solution?