pdchislett
New Member
- Joined
- Oct 12, 2009
- Messages
- 22
Hi,
Is it possible to adapt this line of code to paste the data as values instead of transferring it with the formulas?
Range(Cells(2, 18), Cells(LR, 18)).Copy Worksheets("JOURNAL").Range("J" & LRL)
Thanks
Is it possible to adapt this line of code to paste the data as values instead of transferring it with the formulas?
Range(Cells(2, 18), Cells(LR, 18)).Copy Worksheets("JOURNAL").Range("J" & LRL)
Thanks