e.g.
=INDIRECT('C:\Documents and Settings\[&A1&".xls]Bonds'!$H$6")
where A1=Somefile
will retrieve data from file "Somefile.xls" stored in C:\Documents and
Settings\, from cell H6 in worksheet named "Bonds"
Dave Peterson - 30 Jun 2008 22:36 GMT
It's not =index() that has trouble with closed files.
=indirect() has trouble with closed files.
> e.g.
>
[quoted text clipped - 4 lines]
> will retrieve data from file "Somefile.xls" stored in C:\Documents and
> Settings\, from cell H6 in worksheet named "Bonds"

Signature
Dave Peterson