Hi all,
I am using this code right here
Whenever I go to another line I get an error message that says "Expected:end of statement". I do not know why this keeps happening. It is probably something simple I am just missing. Anyone know why this isn't working?
Thanks in advance
I am using this code right here
Code:
ActiveCell.FormulaR1C1 = "=IF(RC[-1]="",IF([-35]<>"",RC[-35],"Misc"),RC[-1]"
Whenever I go to another line I get an error message that says "Expected:end of statement". I do not know why this keeps happening. It is probably something simple I am just missing. Anyone know why this isn't working?
Thanks in advance