View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] Jaaz81@gmail.com is offline
external usenet poster
 
Posts: 1
Default Dynamic file referencing?

ok, I'm builind a master file that draws figures from many other files
in series by month with a naming convention of mm-yyyy-SiteName.xls. My
problem lies in that if I have a static reference in my cells, I can
get and store the data no problem, but since expansability is an issue,
I was going to reference a column containing the SiteName portion of
the filenames and reference the needed data with the indirect function.

The problem is that Indirect doesn't work if the file in it's reference
is NOT open, returning #REF! instead. Due to the sheer number of files
being worked with, this is impractical for the slower machines in use
here. (so VB automated opening of needed files is out of the question)

Is there some other way I can bypass this? Is there a property, in
addition to .Value I can set on cells that will get saved when the
master workbook is saved? (so I can write something similar to
indirect, but works without open files?) or is there some other way?
please help!