DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sub Listele()
Set s1 = Sheets("ana sayfa")
Set s2 = Sheets("liste")
Range("a6:z5000").ClearContents
For Each alan In s2.Range("f2:z5000")
s = 0
If alan = s1.Range("h2").Value And alan.Row = k Then
s = s1.Cells(65536, 1).End(3).Row + 1
Range(s1.Cells(s, 1), s1.Cells(s, 27)).Value = Range(s2.Cells(alan.Row, 1), s2.Cells(alan.Row, 27)).Value
End If
k = alan.Row
Next
Set s1 = Nothing
Set s2 = Nothing
MsgBox "Bitti"
[h2].Select
End Sub