hi!
I would like to set a list of numeric values from 0-10 in my form, like this:
Only one number can be checked.Code:0 1 2 3 4 5 6 7 8 9 10
Can listbox show these numbers in 1 row?
hi!
I would like to set a list of numeric values from 0-10 in my form, like this:
Only one number can be checked.Code:0 1 2 3 4 5 6 7 8 9 10
Can listbox show these numbers in 1 row?
No one?
![]()
The only way you can do something like this is to have each one in it's own box (or radio button?). Then set up VB Code on each one to automatically uncheck all the others when it's checked.
Basically, once you click box 1, it unchecks boxes 2-10. Box 2 unchecks 1 and 3-10. Etc.
tnx for the answer
But I didn't have time to study this. I've left it as it was - lousy vertical listbox![]()