I am receiving the error "unable to get the vlookup property of the worksheet function class" on the line below.
Set sampleSet = Application.WorksheetFunction.VLookup(sampleVar, TblRng, 2, False).Address
I suspect there are a few problems with the way the line was written. My overall goal...