VB Code:
Private Sub Command1_Click() For i = 0 To List1.ListCount - 1 If List1.Selected(i) = True Then List2.AddItem List1.List(i) End If Next i End Sub
|
Results 1 to 2 of 2
Thread: Help needed!Hybrid View
|
Click Here to Expand Forum to Full Width |