Hi,
I have a two column VLOOKUP table, which currently I'm passing to a dictionary object to replace output with mapped data.
I'm trying to see if I can reduce the amount of code by using VLOOKUP within EVALUATE, so far have tried:
Sub test()
'F5:F8
With Cells(5, 6).Resize(4)...