DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub CommandButton1_Click()
[a1] = ComboBox1 & "/" & ComboBox2
sat = ListBox1.ListCount
Range("a2:b" & sat + 1) = ListBox1.List
End Sub
Private Sub CommandButton9_Click()
Sheets("sınıflist").Select
[x5] = ComboBox1 & "/" & ComboBox2
sat = ListBox1.ListCount
Range("x8:z" & sat + 7) = ListBox1.List
End Sub
Slm HocamKodu aşağıdaki ile değiştirin.
Kod:Private Sub CommandButton9_Click() Sheets("sınıflist").Select [x5] = ComboBox1 & "/" & ComboBox2 sat = ListBox1.ListCount Range("x8:z" & sat + 7) = ListBox1.List End Sub
[LEFT]Private Sub CommandButton9_Click()
Sheets("sınıflist").Select
[B][COLOR=blue]range("x8:z65536").clearcontents
[/COLOR][/B][x5] = ComboBox1 & "/" & ComboBox2
sat = ListBox1.ListCount
Range("x8:z" & sat + 7) = ListBox1.List
End Sub[/LEFT]