I have a macro that performs the following function:
Range("L2").Formula = "=VLOOKUP(C2,'152083'!B:C,2,FALSE)"Range("L2", "K" & Cells(Rows.Count, 1).End(xlUp).Row).FillDown
Range("L:L").Copy
Range("L:L").PasteSpecial xlPasteValues
Application.CutCopyMode = False
The problem, row 1 has a...