Range("S7").Select 'pal.refusée 1'article
With Selection.Validation
.Delete
.Add Type:=xlValidateCustom, AlertStyle:=xlValidAlertStop, Operator:=xlGreater, Formula1:="=ET(L17>0;L2>0;L3>0;C3>0)"
.IgnoreBlank = True
.InCellDropdown = True
.InputTitle = ""
.ErrorTitle = ""
.InputMessage = ""
.ErrorMessage = _
"vous devez saisir un temps,une réf article,un nombre de pièces/pal ,un nombre de pièces/boite"
.ShowInput = True
.ShowError = True
End With