J
John
I have five combo controls on a form. Each unbound combo offers the
same choices----select a number from 1 to 10. Here's the challenge,
how can I determine what the lowest selected value is among all five
combos?
So, if:
Combo A= 4
Combo B= 8
Combo C=2
Combo D=9
Combo E=3
I need to store value 2 in a variable (VBA). But, how can I do this in
vba? Any help is greatly appreciated!
same choices----select a number from 1 to 10. Here's the challenge,
how can I determine what the lowest selected value is among all five
combos?
So, if:
Combo A= 4
Combo B= 8
Combo C=2
Combo D=9
Combo E=3
I need to store value 2 in a variable (VBA). But, how can I do this in
vba? Any help is greatly appreciated!