Using VBA to enter a vlookup function in a cell using user chosen file
问题 I am trying to build a sub that will enter a formula into a cell, filldown the vlookup formula to lastrow, then copy the formula and pastespecial->values for the entire range. The table I use in vLookup is located in a separate file that is not always stored in the same location. The Table is always formatted the same, but the table size is not always the same. I have to do this on 4 different worksheets and the column that I have to enter this formula in has a heading of "Order Grade". I use