|
-
Dec 11th, 2000, 11:50 AM
#1
Thread Starter
Junior Member
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]
-
Dec 11th, 2000, 12:01 PM
#2
Frenzied Member
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.
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Dec 11th, 2000, 04:53 PM
#3
Fanatic Member
.....
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|