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
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.