J'ai un petit problème concernant une macro, je ne sais pas du tout ce qui
cloche dans ma formule!
En bref, je n'arrive pas à supprimer deux lignes non accolées
Voici ma formule :
If Range("b17") = "x" Then
For Each ws In Worksheets
ws.Rows("132:132").Delete Shift:=xlUp
Next ws
End If
If Range("b17") = "x" Then
For Each ws In Worksheets
ws.Rows("134:134").Delete Shift:=xlUp
Next ws
End If