Hello,
This line of my code works: Range("M2:M" & lastrow).Formula = "=J2&"": ""&K2"
This one does not: Range("J" & (row - 1)).Formula = "=L""&(row-1)&Char(10)& ""L"&(row)""
Clearly I don't understand how to build these formulas and I can't seem to find online examples or tutorials.
I appreciate your help with this.
Thanks,
Ruth
Bookmarks