Is it possible to add the " character as text in VBA? This character, I assume, is used to specify text in VBA, so when I try and add the following code, I receive errors:
Sheets("SalesDataSheet").Range("C5") = "=TEXT(B5,"mmm yyy")"
Alternatively, is there VB code which can execute the function I am trying to paste to the cell?
Thanks in advance.