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:
;
The correct character (comma or colon) depends on the purpose.
Comma (,) will sum only the two cells in question.
,
Colon (:) will sum all the cells within the range with corners defined by those two cells.
: