Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by brainfailure

  1. brainfailure

    List boxes

    cheers worked out a diferent way of doing it. thats for the help though
  2. brainfailure

    List boxes

    just a normal single column list box. all i have changed on the ls box is set it to value list. the output looks something like this. WJ5964IV WJ5964IV WJ5964IV WJ5964IV WJ5964IV WJ5964IV WJ5964IV and i want it to look like this WJ5964IV WJ5964IV WJ5964IV WJ5964IV WJ5964IV WJ5964IV
  3. brainfailure

    List boxes

    i have aleady tried that i can't find anything. the reason i need this function i want to get all the values in a list box and put it into one string. now the i tried to do this was using this function. Dim str As String For i = 0 To modidLis.ListCount...
  4. brainfailure

    List boxes

    in Visual basic you can access certain items in a list box by using this function str = list.List(0) but this dosen't seem to work in vba, is there function that would do this. Thanks

Part and Inventory Search

Back
Top