Good morning,
i'm writing a simple formula that substract 2 values if a cell is not blank & Excel keeps-on guiving me errors...this seems simple, but i'm not sure where the error is located?
Dim FormuleDonnee As String
FormuleDonnee = "=if($G21<>"";$J21-$G21;"")"
Range("o21").formula =...