DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sub sirala()
Dim sat As Byte, adi As String, deger As Long
sat = 2
Sheets("Sayfa1").Select
Range("J2:K65536").ClearContents
For Each hucre In Range("B2:G8")
adi = Cells(hucre.Row, "A").Value
deger = hucre.Value
Cells(sat, "J").Value = adi
Cells(sat, "K").Value = deger
sat = sat + 1
Next
Range("J2:K" & Cells(65536, "J").End(xlUp).Row).Sort Range("K2"), xlDescending
MsgBox "İŞLEM TAMAMDIR..!!"
End Sub
2nci bölümden bir şey anlamadım.üstad teşekkürler
sorumun ikinci bölümünüde cevaplasaydın çok iyi olurdu
Rica ederim.üstad çok teşekkür ederim