I want to look up a value in column F and return the value in the next column over. I'm successfully using the instruction below but I was wondering how this might be done in VBA without calling on a worksheet function?
HTML:
Baseline_Quantity = Application.VLookup(Baseline_to_Find, Worksheets("Baseline Quantities").Range("F2:G200"), 2, False)