bonjour,
j'ai enfin réussi à avancer... en exemple j'ai bidouillé comme ça
Dim lig As Long
With Feuil1
For lig = 10 To 31
If .Range("A65") = .Cells(lig, 1) Then .Cells(lig, 2) = "OUI"
If .Range("A66") = .Cells(lig, 1) Then .Cells(lig, 2) = "OUI"
If .Range("A67") = .Cells(lig, 1) Then .Cells(lig, 2) = "OUI"
If .Range("A68") = .Cells(lig, 1) Then .Cells(lig, 2) = "OUI"
If .Range("A69") = .Cells(lig, 1) Then .Cells(lig, 2) = "OUI"
If .Range("A70") = .Cells(lig, 1) Then .Cells(lig, 2) = "OUI"
If .Range("A71") = .Cells(lig, 1) Then .Cells(lig, 2) = "OUI"
Next
End With
voilà, du coup, comment simplifier ce code qui fonctionne avec une seule ligne pour les cellules qui iraient de
A65 à la dernière ligne écrite en A ?
merci à qui me donnera la réponse et fera un code tout joli, tout propre