bonjour,
est ce que ça fonctionnerait mieux comme cela
with range("Utilisateurs")
set C = .find(identifiant, LookIn:=xlValues, lookat:=xlWhole).Row, 2)
if not (C is nothing) then
if cells(C.row, C.column)=connexion then
....
end if
end if
end with
Je ne sais pas si cela fonctionnera car n'ayant pas tout le code ce n'est pas simple de voir le contexte