T
Tyler.C.Brown
Is their any way to return a value from a dynamic reference to a closed
spreadsheet?
spreadsheet?
Tyler.C.Brown said:That answers it. I was just mentioning that to get the dynamic reference to
work I found that once it was dynamically changed (INDIRECT FUNTION).
example
=JAN 09VARIANCE.xlxs!A1
to
=FEB 09 VARIANCE.xlxs!A1
I would have to then open the corresponding spreadsheet. (JAN
09VARIANCE.xlxs!A1) once that happened it worked.
So I set up a list box allowing the user to pick the month they wanted to
look at Jan 09, feb 09 etc. Upon this selection being changed, I have a
macro that would then open and close the coresponding sheet, thus making the
reference valid. I'm not sure if it is the best work around but seems to be
ok.
Thanks for your help.