G
Guest
Good morning. I use the following function to fill each cell in column 20.
VLOOKUP(B2,MSC.xls!$A$2:$C$322,3,FALSE)
This works great, but I need to turn it into VBA code. The B2 would have to
increment for each cell (i.e. B2, B3, B4, B5... etc) until the last row was
completed.
Thanks Bill
VLOOKUP(B2,MSC.xls!$A$2:$C$322,3,FALSE)
This works great, but I need to turn it into VBA code. The B2 would have to
increment for each cell (i.e. B2, B3, B4, B5... etc) until the last row was
completed.
Thanks Bill