Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
On H8 cell i have the value "data" I managed to open the workbook named "data" using Range("H8") Workbook.open function. Set Wb2 = Workbooks.Open("c:\data\" & Range("H8") & ".xls") How can I do the same thing in a vlookup formula? ActiveCell.FormulaR1C1 = "=VLOOKUP(RC[-12],data.xls!R2C1:R65008C38,3,FALSE)" Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Click on cell to open another workbook | Excel Discussion (Misc queries) | |||
How do I set up a workbook to open on a cell reference every time | Excel Discussion (Misc queries) | |||
Why does a new Excel Workbook open with IV1 as the active cell? | Excel Discussion (Misc queries) | |||
Automatically increment numbers in a cell when you open workbook | Excel Discussion (Misc queries) | |||
Open a workbook with a name that was recorded in a cell | Excel Programming |