Hi All,
I have the following code that copy's data from one workbook to another, I'm having issues pasting the data as values. Can anyone help please.
Sub CopyToRejectionWorkbook()
Dim wsCopy As Worksheet
Dim wsPaste As Worksheet
Dim lPasteLastRow As Long
Set wsCopy =...