ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   linking multiple books (source.xls) to a single book (destination. (https://www.excelbanter.com/excel-discussion-misc-queries/106939-linking-multiple-books-source-xls-single-book-destination.html)

mday

linking multiple books (source.xls) to a single book (destination.
 
I build 10 versions of the same book daily. I need to take the info that
those books spit out and put them into a single book (destination.xls).

As of now i am copy/pasting the info into the destination book and it is
taking quite a bit of time.

I figured out how to link to a single source and pull it in. (='C:\Documents
and Settings\My Documents\[source.xls]Sheet1'!A1)

Is there a way to make the name of the book a cell so i can just type in the
name of the book (in that cell), so it will pull from the I am doing and it
pulls from there.

ie

='C:\Documents and Settings\My Documents\[J1]Sheet1'!A1

then in cell J1 would be the name of the book.

Ron de Bruin

linking multiple books (source.xls) to a single book (destination.
 
Hi mday

Is there a way to make the name of the book a cell so i can just type in the
name of the book (in that cell), so it will pull from the I am doing and it
pulls from there.


No

But you can use this create a worksheet with links
http://www.rondebruin.nl/summary2.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl



"mday" wrote in message ...
I build 10 versions of the same book daily. I need to take the info that
those books spit out and put them into a single book (destination.xls).

As of now i am copy/pasting the info into the destination book and it is
taking quite a bit of time.

I figured out how to link to a single source and pull it in. (='C:\Documents
and Settings\My Documents\[source.xls]Sheet1'!A1)

Is there a way to make the name of the book a cell so i can just type in the
name of the book (in that cell), so it will pull from the I am doing and it
pulls from there.

ie

='C:\Documents and Settings\My Documents\[J1]Sheet1'!A1

then in cell J1 would be the name of the book.




mday

linking multiple books (source.xls) to a single book (destinat
 
That is pretty heavy duty. Is there a simpler version of example 1. That
seems to be what I am looking for but w/o all the bells and whistles.

"Ron de Bruin" wrote:

Hi mday

Is there a way to make the name of the book a cell so i can just type in the
name of the book (in that cell), so it will pull from the I am doing and it
pulls from there.


No

But you can use this create a worksheet with links
http://www.rondebruin.nl/summary2.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl



"mday" wrote in message ...
I build 10 versions of the same book daily. I need to take the info that
those books spit out and put them into a single book (destination.xls).

As of now i am copy/pasting the info into the destination book and it is
taking quite a bit of time.

I figured out how to link to a single source and pull it in. (='C:\Documents
and Settings\My Documents\[source.xls]Sheet1'!A1)

Is there a way to make the name of the book a cell so i can just type in the
name of the book (in that cell), so it will pull from the I am doing and it
pulls from there.

ie

='C:\Documents and Settings\My Documents\[J1]Sheet1'!A1

then in cell J1 would be the name of the book.





Ron de Bruin

linking multiple books (source.xls) to a single book (destinat
 
Hi mday

That is pretty heavy duty. Is there a simpler version of example 1. That
seems to be what I am looking for but w/o all the bells and whistles.


No

Open a new workbook
Alt -F11
InsertModule from the menu bar
Paste the sub
Change the sheet name and range in the macro
Alt-Q to go back to Excel

If you do Alt-F8 you get a list of your macro's
Select "Summary_cells_from_Different_Workbooks_1" and press Run


--
Regards Ron de Bruin
http://www.rondebruin.nl



"mday" wrote in message ...
That is pretty heavy duty. Is there a simpler version of example 1. That
seems to be what I am looking for but w/o all the bells and whistles.

"Ron de Bruin" wrote:

Hi mday

Is there a way to make the name of the book a cell so i can just type in the
name of the book (in that cell), so it will pull from the I am doing and it
pulls from there.


No

But you can use this create a worksheet with links
http://www.rondebruin.nl/summary2.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl



"mday" wrote in message ...
I build 10 versions of the same book daily. I need to take the info that
those books spit out and put them into a single book (destination.xls).

As of now i am copy/pasting the info into the destination book and it is
taking quite a bit of time.

I figured out how to link to a single source and pull it in. (='C:\Documents
and Settings\My Documents\[source.xls]Sheet1'!A1)

Is there a way to make the name of the book a cell so i can just type in the
name of the book (in that cell), so it will pull from the I am doing and it
pulls from there.

ie

='C:\Documents and Settings\My Documents\[J1]Sheet1'!A1

then in cell J1 would be the name of the book.







mday

linking multiple books (source.xls) to a single book (destinat
 
thanks ron, ill give it a try. Appreciate the help.

"Ron de Bruin" wrote:

Hi mday

That is pretty heavy duty. Is there a simpler version of example 1. That
seems to be what I am looking for but w/o all the bells and whistles.


No

Open a new workbook
Alt -F11
InsertModule from the menu bar
Paste the sub
Change the sheet name and range in the macro
Alt-Q to go back to Excel

If you do Alt-F8 you get a list of your macro's
Select "Summary_cells_from_Different_Workbooks_1" and press Run


--
Regards Ron de Bruin
http://www.rondebruin.nl



"mday" wrote in message ...
That is pretty heavy duty. Is there a simpler version of example 1. That
seems to be what I am looking for but w/o all the bells and whistles.

"Ron de Bruin" wrote:

Hi mday

Is there a way to make the name of the book a cell so i can just type in the
name of the book (in that cell), so it will pull from the I am doing and it
pulls from there.

No

But you can use this create a worksheet with links
http://www.rondebruin.nl/summary2.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl



"mday" wrote in message ...
I build 10 versions of the same book daily. I need to take the info that
those books spit out and put them into a single book (destination.xls).

As of now i am copy/pasting the info into the destination book and it is
taking quite a bit of time.

I figured out how to link to a single source and pull it in. (='C:\Documents
and Settings\My Documents\[source.xls]Sheet1'!A1)

Is there a way to make the name of the book a cell so i can just type in the
name of the book (in that cell), so it will pull from the I am doing and it
pulls from there.

ie

='C:\Documents and Settings\My Documents\[J1]Sheet1'!A1

then in cell J1 would be the name of the book.








All times are GMT +1. The time now is 09:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com