There are three columns (for columns B2,C2,D2) in the vlookup formula. The number of rows will vary depending on the filter of the active cell.
Looking at what the MACRO code, i believe it is here. I am not sure how to edit this so it selects on the range of data for those three columns for B2,C2,D2 and than an unknown number of rows.
Perhaps, I should try xlend function? but not sure how to insert this function with what MACRO has created the code for as follows:
ActiveCell.FormulaR1C1 = "=VLOOKUP(RC2,SETS.WY!R2C2:R4487C4,3,FALSE)"
|