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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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 said:
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.
 
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 said:
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 said:
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.
 
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
Insert>Module 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 said:
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 said:
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 said:
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.
 
thanks ron, ill give it a try. Appreciate the help.

Ron de Bruin said:
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
Insert>Module 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 said:
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 said:
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



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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top