الطريقة اليدوية اعلاه .. اما الكود فهو كالاتي
Dim lstRow As Integer
lstRow = Cells(Rows.Count, "C").End(xlUp).Row - 1
Rows(lstRow - 1).Select
Selection.Copy
Rows(lstRow).Select
Selection.Insert Shift:=xlDown
Application.CutCopyMode = False
Range("A" & lstRow & ":D" & lstRow & ", F" & lstRow).ClearContents