Thread
:
Excel lookup macro
View Single Post
#
1
Posted to microsoft.public.excel.misc
PDUK1
Posts: n/a
Excel lookup macro
Hi there
ActiveCell.FormulaR1C1 = "=VLOOKUP(RC[-1],Sheet2!RC[-1]:R[3]C,2,FALSE)"
This does a vlookup from sheet1 and sheet2.
HTH
Peter
"Lanman6" wrote:
Does anyone have a simple lookup macro for Excel
Reply With Quote