Thank you very much...I had actually tried this, but with your advice - I
was
able to discover that it didn't work in my workbooks because one of the
files
has a '-' in its name and this throws off the reference. When I saved the
file without the '-' in its name, it worked fine.
I'm gonna keep playing, because there must be a way to do it with '-'
also.
Bernard Liengme said:
With the text [MyJunk.xls]Sheet1!$A$1 in A1 of File A, and formula
=INDIRECT(A1) in D2, I can display the content of A1 in the file called
MyJunk.XLS
With the text MyJunk.xls in A2,the text Sheet1!A1 in B2, and the formula
=INDIRECT("["&A2&"]"&B2) in D2 of File A, I can again display a cell from
the second file
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email
DaveAlbany said:
In workbook A, I want to have a cell filled with the name of a second
.xls
file (which may change) and then access cells in workbook B from the
original
workbook A.