Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have a macro that fills in some data, and makes the last cell in the row the active cell. I want to use the vlookup function to get a calculated value for the last cell of that row. I don't seem to be able to correctly reference the lookup table (in another worksheet in the same workbook, and labelled as RVU Lookup) ActiveCell.FormulaR1C1 = "CMH" ActiveCell.Offset(0, 1).Select ActiveCell.FormulaR1C1 = "No" rvu = ActiveCell.Offset(0, 1).Select ActiveCell.FormulaR1C1 = VLOOKUP(rvu,'RVU Lookup'!A3:B7213,2,FALSE) doesn't work Thanks in advance CLS |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Replace worksheet without affecting the referencing formula | Excel Discussion (Misc queries) | |||
CountIF() in Worksheet B while referencing cells in Worksheet A | Excel Worksheet Functions | |||
Same formula referencing same cells returns incorrect results, randomly, when pasted into new worksheet | Excel Worksheet Functions | |||
Formula Referencing Worksheet Name by Variable | Excel Programming | |||
Formula Referencing Worksheet Name by Variable | Excel Programming |