Hello,
1)x = Range("A" & rows.Count).End(Xlup).row
Range("A1:A" & x).select
2)x = Range("B" & rows.Count).End(Xlup).row
y =0
y = Application.WorksheetFunction.Countifs(Range("B1:B" & x),"")
if y = 0 then
msgbox("pas de vide")
else
msgbox("Il y a du vide")
End if
Essaie ça j'ai pas testé mais ça devrait t'aider
@+