Johnny Thunder
Well-known Member
- Joined
- Apr 9, 2010
- Messages
- 693
- Office Version
- 2016
- Platform
- MacOS
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"
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"