O
Owen
Is it possible to use a For...Next statement that interrogates the results of
a Combo Box?
I have numerous Combo Boxes called ComboBox1 to ComboBox40. I would like to
test the result of each combo box against an IF statement. Can i use a For
Next loop along the lines of:
For j = 1 to 40
If ComboBox(j).Result = "Test" Then
.......
Next j
Thanks for your help.
a Combo Box?
I have numerous Combo Boxes called ComboBox1 to ComboBox40. I would like to
test the result of each combo box against an IF statement. Can i use a For
Next loop along the lines of:
For j = 1 to 40
If ComboBox(j).Result = "Test" Then
.......
Next j
Thanks for your help.