-
I have 3 text boxes that I enter numbers into. Then a command button that does a calculation and puts the results in a text box, and then another command button that enters it into the list box. I have a text box that keeps a running total of numbers in the list box. I would like to number each item in list box. If I can I would like to give it the number.
[Edited by Cdogg on 12-11-2000 at 03:44 PM]
-
hmm.. what do you want to do?
Number listitems?
List1.List(x) ?
Please try to visualize your problem and we may be able to help you out.
-
.....
prior to adding the list items... I guess u could prefix with a #...
list.additem "1. " & yourvalue right there
in a loop, of course, u could use the looping variable for
the numbers