hello
comment simplifier cette commande vba
merci
Dim i, a, b, c As Integer
With Worksheets("Feuil1")
Dim thisDate As String
thisDate = Format$(Date, "dd/mm/yyyy")
For i = 7 To 9
If Cells(i, "j") > thisDate And Cells(i, "j") <> "" Then
Cells(i, "a").Interior.Color = RGB(128, 255, 128)
Cells(i, "b").Interior.Color = RGB(128, 255, 128)
Cells(i, "c").Interior.Color = RGB(128, 255, 128)
End If