Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 95
Default Dynamic file referencing?

You may use the INDIRECT.EXT function, that works on closed documents. You
can find reference he
http://xcell05.free.fr/english/moref...direct.ext.htm
You need to download it before being able to use it.

Hope this helps,
Miguel.

" wrote:

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!


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Referencing a 2nd file [email protected] Excel Discussion (Misc queries) 1 May 28th 06 07:24 AM
disc full, saved to temp. file charlies Excel Discussion (Misc queries) 7 May 18th 06 08:40 PM
file will not open txskyhawk Excel Discussion (Misc queries) 4 April 19th 06 12:35 AM
How do I unlock FILE access? rcmodelr Excel Discussion (Misc queries) 7 November 12th 05 09:55 PM
Read Text File into Excel Using VBA Willie T Excel Discussion (Misc queries) 13 January 8th 05 12:37 AM


All times are GMT +1. The time now is 10:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"