S
Southern at Heart
I have a listbox with a row source type a 'value list'. the list is:
..25
..5
1
5
My problem is this line:
intNumber = me.listbox.value
....if 1 or 5 was chosen, it works fine, if not, then intNumber is zero. I
need to do some calculations with this number...
How do I fix this problem?
thanks.
..25
..5
1
5
My problem is this line:
intNumber = me.listbox.value
....if 1 or 5 was chosen, it works fine, if not, then intNumber is zero. I
need to do some calculations with this number...
How do I fix this problem?
thanks.