merci de m aider a faire la macro
commencer par ligne D22
j ai remplacer A par D22 mais ca mache pas
..................................................................................................................
derlig = Worksheets("feuil2").Range("A" & Rows.Count).End(xlUp).Row
If derlig > 1 Then
derlig = derlig + 1
Dim DL As Integer
Dim I As Integer
DL = Worksheets("Feuil2").Cells(Application.Rows.Count, 4).End(xlUp).Row
For I = 22 to DL
'ton code... (utilise la variable I avec Cells(I,...) pour référencer la ligne)
End IF