
Signature
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email
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.
> 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
[quoted text clipped - 8 lines]
> > original
> > workbook A.
Bernard Liengme - 22 Jun 2006 00:28 GMT
If I have a file call MyJunk open and in Book1 I type = and then click on A1
in MYJunk then Book1's formula is =[MyJunk.xls]Sheet1!$A$1
But if the file is called My-Junk then the point and click method gives
='[My-Junk.xls]Sheet1'!$A$1.
Note the single quotes hold [WorksheetName]SheetName
So you need to add the singe quotes within the INDIRECT
None of my (limited) experiments worked. I even tried CODE(39) within the
INDIRECT to add the quote but no luck.
We need a real guru - Chip, Jon, Harman, Peo, Deb (and other I do not want
to annoy!) where are you?

Signature
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email
> Thank you very much...I had actually tried this, but with your advice - I
> was
[quoted text clipped - 19 lines]
>> > original
>> > workbook A.
arno - 22 Jun 2006 07:36 GMT
Hi Dave,
you should make a formula to that workbook as a sample and create an
indirect-formula exactly like it, maybe there are eg. some ' -
characters missing in your formula.
arno