DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Dim i As Long
For i = 0 To ListBox1.ListCount - 1
Sheets("Sayfa2").Cells(i + 1, "B").Value = ListBox1.Column(0, i)
Next
MsgBox "AKTARMA TAMAMLANDI"
Dim i As Long
Sheets("Sayfa2").Range("B22:B65536").ClearContents
If ListBox1.ListCount < 1 Then Exit Sub
For i = 0 To ListBox1.ListCount - 1
Sheets("Sayfa2").Cells(i + 22, "B").Value = ListBox1.Column(0, i)
Next
MsgBox "AKTARMA TAMAMLANDI"