wayneryeven
Technical User
Hey all
At present i do a lookup to another worksheet in a workbook via a named range.
ActiveCell.FormulaR1C1 = "=IF(ISNA(VLOOKUP(RC[-3],ActualProduction,2,FALSE)),0,(VLOOKUP(RC[-3],ActualProduction,2,FALSE)))"
However, i need to edit this so that it looks up to a workbook called PROD.xls, to Sheet 1. For clarity and understanding, how would i edit the above coede to reflect this?
Many Thanks to all.
At present i do a lookup to another worksheet in a workbook via a named range.
ActiveCell.FormulaR1C1 = "=IF(ISNA(VLOOKUP(RC[-3],ActualProduction,2,FALSE)),0,(VLOOKUP(RC[-3],ActualProduction,2,FALSE)))"
However, i need to edit this so that it looks up to a workbook called PROD.xls, to Sheet 1. For clarity and understanding, how would i edit the above coede to reflect this?
Many Thanks to all.