DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sub sırala()
For i = 8 To [D65536].End(3).Row
If Cells(i, 2) <> "" And Cells(i + 1, 2) = "" Then
Cells(i + 1, 2) = Cells(i, 2)
End If
Next i
Range("A7:D" & [D65536].End(3).Row).Select
Selection.Sort Key1:=Range("B8"), Order1:=xlDescending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortNormal
Range("A1").Select
MsgBox " İşlem Tamamdır "
End Sub