sur un autre fichier, qui est d'ailleur une usine à gaz maintenant !!
Peut-on faire sous cette forme là (attention, celui là ne fonctionne bien évidemment pas ...)
Sub nettoyage_listing_MABC()
'
'Application.ScreenUpdating = False
Range("B2:B1000").Select
For Each Cell In Selection
If Cell = "stop-stop" Then
ActiveCell.Range("A1:O1").Select
Selection.Delete Shift:=xlUp
Next
'Application.ScreenUpdating = True
End Sub