I need to paste a value in a Excel spreadsheet and not the formula.
The code I have is:
.Cells(lRow, 2).Formula = _
"=IF(A" & lRow & "<"" "",A" & lRow & "&TEXT(E" & lRow & ",""mmddyy""),"""")"
The code is merging two cells into one cell, and is different for each row.