The function you'd want to use that's built into excel is =indirect(). But that
function returns an error if the sending workbook is closed.
If that's a problem, then Laurent Longre has an addin (morefunc.xll) at:
http://xcell05.free.fr/
or
http://xcell05.free.fr/morefunc/english/index.htm
That includes =indirect.ext() that may help you.
Tyler.C.Brown wrote:
Is their any way to return a value from a dynamic reference to a closed
spreadsheet?
--
Dave Peterson