Bonjour Patoulatchi76,
Je te propose ce code VBA :
Option Explicit
Sub test()
Application.ScreenUpdating = False
Dim i%, j%: j = 2
For i = 6 To 800 Step 4
Cells(j, 8) = Cells(i, 2): j = j + 1
Next i
End Sub
Je crois que ça devrait aller sans avoir besoin de faire une adaptation.
Merci de me dire si ça te convient.
Cordialement