Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a named range on a worksheet, called 'TableRange'.
Making a vlookup in a worksheet formula will be like this =VLOOKUP(F17,TableRange,2,1) How to do this in VBA??? D = Application.Vlookup(cVal,"TableRange",2,1) ....doesn't work :-( TIA CE |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using a dynamic named range in a VLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup in a named range | Excel Worksheet Functions | |||
Vlookup in large named range | Excel Worksheet Functions | |||
Using named range in vlookup | Excel Programming | |||
Vlookup on named range | Excel Programming |