Results 1 to 3 of 3

Thread: List boxes

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2000
    Location
    Brooklyn Ohio
    Posts
    26
    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]

  2. #2
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    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.

  3. #3
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    617

    .....

    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
  •  



Click Here to Expand Forum to Full Width