View Single Post
  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default

You'd want to use =indirect() in your formula, but =indirect() won't work with
closed workbooks.

But Harlan Grove wrote a User Defined Function that can pull from a closed
workbook:

http://groups.google.co.uk/groups?se...wsranger.co m

If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

Captain Scarlett wrote:

I have a series of files, all the same layout, where the only difference is
the filename, which is based on the date the file refers to i.e. 'Figures 01
Mar.xls'.

Is there away I can build a cell link along the lines of
='C:\DOCS|FIGURES\Figures '&DAY(M26)&' Mar.xls]Sheet 1!$M27?

Cheers


--

Dave Peterson