Alternative to Indirect

M

marston.gould

I've learned that Indirect only works in referencing another workbook
when that workbook is open.
Is there a way to have a list of references to external workbooks that
can be selected from a validated list that would then reference a
closed workbook?

I know how to create the validated list.....
Its a matter of finding an alternative to Indirect that would allow me
to reference a particular workbooks cell value.

For instance

Suppose the list was something like
[workbook1.xls]worksheet1'!A1
[workbook2.xls]worksheet1'!A1
etc.
 
D

Dave Peterson

Harlan Grove wrote a UDF called PULL that will retrieve the value from a
closed workbook.

You can find the function at Harlan's FTP site:
ftp://members.aol.com/hrlngrv/
Look for pull.zip

Laurent Longre has an addin (morefunc.xll) at:
http://xcell05.free.fr/

That includes =indirect.ext() that may help you.

I've learned that Indirect only works in referencing another workbook
when that workbook is open.
Is there a way to have a list of references to external workbooks that
can be selected from a validated list that would then reference a
closed workbook?

I know how to create the validated list.....
Its a matter of finding an alternative to Indirect that would allow me
to reference a particular workbooks cell value.

For instance

Suppose the list was something like
[workbook1.xls]worksheet1'!A1
[workbook2.xls]worksheet1'!A1
etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top