DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sub dagit()
For i = 1 To [a65536].End(3).Row
Cells(Cells(i, 1), "i") = Cells(i, 1)
Cells(Cells(i, 1), "j") = Cells(i, 2)
Cells(Cells(i, 1), "k") = Cells(i, 3)
Cells(Cells(i, 1), "l") = Cells(i, 4)
Next
End Sub
Private Sub CommandButton1_Click()
For i = 1 To [a65536].End(3).Value
If Cells(i, 1).Value <> "" Then
If Cells(i, 1).Row = Cells(i, 1).Value Then GoTo 10
Rows(i).Insert Shift:=xlDown
End If
10 Next
End Sub