Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, What I'm trying to do is search get a part number in a worksheet and match that number with a separate .csv file that's open. I'm trying to use Vlookup but am unsure of how to reference the .csv file any help will be greatly appreciated! TIA Sheet1.Cells(row_Numb, 5).Value = Application.VLookup(Sheet.Cells(row_Numb, 1).Value, Inv.csv!$A$1:$G$250, 5, False) This is what I have... ![]() -- cultgag ------------------------------------------------------------------------ cultgag's Profile: http://www.excelforum.com/member.php...o&userid=22677 View this thread: http://www.excelforum.com/showthread...hreadid=512283 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP Macro? | Excel Worksheet Functions | |||
VLOOKUP in a macro?? | Excel Discussion (Misc queries) | |||
Please help.. VLookup Macro | Excel Programming | |||
VLOOKUP in a Macro | Excel Programming | |||
Need a macro to do what this VLOOKUP does | Excel Programming |