bonjour a tous
j'ai ce code ci dessous....
je cherche que lorsque h3 est egal a 1 que ce code ne s'effectue pas.
si quelqu'un peut m'aider
merci merci
Dim J As Long
For J = 1 To Range("bi" & Rows.Count).End(xlUp).Row
If Application.CountIf(Columns(61), Range("bl" & J)) > 1 Then
MsgBox "CE N° DE COMMANDE EXISTE DEJA POUR CE FOURNISSEUR"
MsgBox "SAISIR UN AUTRE N°"
Unload Me
Exit Sub
End If
Next J