ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   INDIRECT() calling a separate workbook (https://www.excelbanter.com/excel-discussion-misc-queries/214636-indirect-calling-separate-workbook.html)

smaruzzi

INDIRECT() calling a separate workbook
 
I link several documents using the INDIRECT() function dynamically selecting
which XLS file to open based on internal parameters. While this solution is
super effective, it requires that the target file (the one pointed by the
INDIRECT() function) is already opened to avoid a REF# error.

I was wondering if there is a smart, and automated way to open several files
before using them so that the INDIRECT() function can effectively retrieve a
value in the desired cell. In other words, is there a simple way to open
several files simultaneously so that all the required data are accessible
when needed?

Thanks, Stefano

Don Guillett

INDIRECT() calling a separate workbook
 
Sub UpdateStockFiles()
Workbooks.Open FileName:="C:\folder\xxxfile1.xls"
Workbooks.Open FileName:="C:\folder\aaafile2.xls"
Workbooks.Open FileName:="C:\folder\fkkkile3.xls"
End Sub

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"smaruzzi" wrote in message
...
I link several documents using the INDIRECT() function dynamically
selecting
which XLS file to open based on internal parameters. While this solution
is
super effective, it requires that the target file (the one pointed by the
INDIRECT() function) is already opened to avoid a REF# error.

I was wondering if there is a smart, and automated way to open several
files
before using them so that the INDIRECT() function can effectively retrieve
a
value in the desired cell. In other words, is there a simple way to open
several files simultaneously so that all the required data are accessible
when needed?

Thanks, Stefano




All times are GMT +1. The time now is 10:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com