Results 1 to 3 of 3

Thread: listbox question

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2000
    Posts
    20

    Hopefully someone can help me out with this one.

    I need to know the correct syntax for accessing the "Text" field of an item in a listbox that is not selected.

    something like this:

    For i = 0 To listbox1.ListCount - 1
    Debug.Print listbox1.???????????????
    Next i

    Thanks.

    Guinness

  2. #2
    New Member
    Join Date
    Oct 2000
    Location
    Houston, Texas
    Posts
    11

    ListBox

    For i = 0 To listbox1.ListCount - 1
    Debug.Print listbox1.List(i)
    Next


    Corby Nichols


  3. #3

    Thread Starter
    Junior Member
    Join Date
    Nov 2000
    Posts
    20

    Talking


    Thanks a lot Corby!

    Guinness

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