DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
ama bir satırda(If ListBox2.Selected(d) = True Then) hata verdi. Hatanın nerden kaynaklandığını bulamadım.
Private Sub CommandButton2_Click()
Dim c, d As Integer
c = ListBox2.ListCount - 1
For d = c To 0 Step -1
If ListBox2.Selected(d) = True Then
ListBox2.RemoveItem d
End If
Next d
End Sub