The answer above is good, but I have some specifications to it, so let's rewrite it and see what I mean:
For i = 0 To List1.ListCount - 1
If List1.Selected(i) Then
if i<>0 then Label1.Caption = Label1.Caption & vbCrLf
Label1.Caption = Label1.Caption & List1.List(i)
End If
Next i...
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.