I\'m trying to use VBA to write a formula into a cell in Excel. My problem is that when I use a semicolon (;) in my formula, I get an error:
;
You can try using FormulaLocal property instead of Formula. Then the semicolon should work.