Straight link works ='C:\My Docs\[File_1.xls]Sheet1'!X1
Formula does not ='C:\My Docs\[&A4&]Sheet1'!X1
Indirect will not work because I have too many books.
Grateful for any help on this one!
Thanks!
xjvs
Maybe you build your formulas with a macro
I use getopenfilename here but it is also possible to loop through the column with file names
http://www.rondebruin.nl/summary2.htm
If you need help to change the macro post back
--
Regards Ron de Bruin
http://www.rondebruin.nl
"JVS" <sir...@verizon.net> wrote in message news:b1hIg.2541$nR2.1954@trnddc03...
*Exact* name of WB in Column A.
Say you click in G1, and paste this formula into the formula bar:
="='C:\My Docs\["&A1&".xls]Sheet1'!X1"
(If you really want the data from cell X1)
Don't worry that what you see in the cell, and what you see in the formula
bar *don't* match!
In this form, you can copy G1 down, and you'll automatically get the "A1" to
increment, so that you obtain *all* the WB names from Column A.
While this Column G range is *still* selected from the original formula
copy, right click in the range and choose "Copy".
Right click in B1 and choose "Paste Special",
Click on "Values", then <OK>.
NOW, while the range in Column B is *still* selected,
<Data> <Text To Columns> <Finish>
And you should have the data in Column B from each of your WBs.
--
HTH,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"JVS" <sir...@verizon.net> wrote in message
news:b1hIg.2541$nR2.1954@trnddc03...
That TTC might be the equalizer between versions.
--
Regards,
RD
----------------------------------------------------------------------------
-------------------
Please keep all correspondence within the Group, so all may benefit !
----------------------------------------------------------------------------
-------------------
"Ragdyer" <Rag...@cutoutmsn.com> wrote in message
news:Olhdj%23fyGH...@TK2MSFTNGP04.phx.gbl...