Having an issue with a formula in VBA.
I am also confused as too why additional quotation marks are needed when using formulas in VBA code?
Line:
.Range("L4:L" & LR).Formula = _
"=$D$9 & " " & $D$8&" " &FCSTNAME& " " vs. "&$D$9 & " " & $D$8&" " &VERPRIORDESC"