I can't seem to figure out why I am getting the runtime error 1004 (Application defined or object defined error)
For iRow = 2 To lrow
wsA.Cells(iRow, IDcol + 2) = WorksheetFunction.VLookup(wsA.Cells(iRow, IDcol + 1), wsB.Range("$A$1:$D$3000"), 3, False)
Next iRow
Thanks.
For iRow = 2 To lrow
wsA.Cells(iRow, IDcol + 2) = WorksheetFunction.VLookup(wsA.Cells(iRow, IDcol + 1), wsB.Range("$A$1:$D$3000"), 3, False)
Next iRow
Thanks.