I have two seperate workbooks that I need to link. I would like to be able to link using the sheet names of the first workbook.
Workbook 1, with sheets
Sheet001
Sheet002
Workbook 2, titled Sheet001.xls
So I would like to have in a cell Sheet001 something that links like so:
C:/"SheetName.xls"!A1 etc.
This is important because the individual workbooks are being manipulated, changed and added too, and I would prefer to not have to link every new file manually.
The closest I have found is somehow to use INDIRECT, but I cannot get it to work correctly.
I'm not sure how better to describe it than that. TIA
Workbook 1, with sheets
Sheet001
Sheet002
Workbook 2, titled Sheet001.xls
So I would like to have in a cell Sheet001 something that links like so:
C:/"SheetName.xls"!A1 etc.
This is important because the individual workbooks are being manipulated, changed and added too, and I would prefer to not have to link every new file manually.
The closest I have found is somehow to use INDIRECT, but I cannot get it to work correctly.
I'm not sure how better to describe it than that. TIA