I'm trying to let a piece of code to place a formula in a cell.
I've tried someting like this:
Formule_String = "(IF(Sheet1!C10>"";"SSCC = "&Sheet2!C10;""))"
Sheets("Sheet1").Range("A31").formula = Formule_String
It goes wrong with all the """'s How can I fix it?
I've tried someting like this:
Formule_String = "(IF(Sheet1!C10>"";"SSCC = "&Sheet2!C10;""))"
Sheets("Sheet1").Range("A31").formula = Formule_String
It goes wrong with all the """'s How can I fix it?