indr = 6 With Sheets("S04") For i = 6 To 98 If IsDate(Cells(i, 5).Text) Then If DateValue(.Cells(i, 5).Text) - Now >= 5 Then Sheets("Report").Cells(indr, 1).EntireRow.Value = .Cells(i, 5).EntireRow.Value indr = indr + 1 End If End If Next End With
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question