MultiSelectLBox
Dim i As Integer For i = 0 To List1.ListCount - 1 If List1.Selected(i) Then MsgBox List1.List(i) & " is selected." End If Next i
Dim i As Integer
For i = 0 To List1.ListCount - 1
If List1.Selected(i) Then
MsgBox List1.List(i) & " is selected."
End If
Next i
(multiselectlbox.html)- by Paolo Puglisi - Modifica del 25/3/2019