Bonjour,

Je suis débutant en VBA, même très débutant.

La formule excel est : =SI(SUBSTITUE(Q3;Car(10);"")=SUBSTITUE(R3;Car(10);"");"";"ano")

mais en VBA ActiveSheet.Cells(2, xNumColonneNoteColonneAno).Formula = "=IF(SUBSTITUTE(RC[-2],Car(10),"""")=SUBSTITUTE(RC[-1],Car(10),""""),"""",""ano"") "

J'ai une erreur #NOM? sous excel

Est-ce que un spécialiste VBA pourrait me trouver une solution ?

Merci beaucoup