Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In VBA I am placing a formula into a cell to copy down.
The equation is something like ActiveCell.FormulaR1C1 = "=Vlookup(value(RC[-4]), [tempworkbook]terms!A:F,5,false)" I have specified the other workbook as Tempbook (using Tempbook = ActiveWorkbook.name) as this is an uncontrolled variable. the Excel formula should end up looking like (assuming tempbook is called book9) =Vlookup(Value(A10),[book9]Terms!$A:$F,5,FALSE) I know its something to do with the workbook location (I think) how do I get this to work. Thanks Dave |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need an Equation in a cell to search a workbook not worksheet | Excel Worksheet Functions | |||
Prevent equation from skipping data when referencing import data? | Excel Discussion (Misc queries) | |||
Equation Referencing Row Number Stored in Cell | Excel Discussion (Misc queries) | |||
referencing another workbook | Excel Programming | |||
Referencing one workbook in other??? | Excel Programming |