Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,814
Default How do I merge multiple xls files into one file?

I have 43 xls files with the same format (cash flows) and I want to put the
content of each of them them into a unique xls file. This unique file would
have to sum for example D3 from all 43 spreasheets (about 250 cells per
spreadsheet).

I would like it to populate automatically when information is updated in any
one of the spreadsheets. Linking does not work because formula is too long.

I have found some VBA that copies the information into a master file. But
that only seems to work for up to 5 files and I still get the error message
that the formula is too long.

Do you have any solution?
Thanks in advance!

Steve
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default How do I merge multiple xls files into one file?

hi Steve

I have code on my site and a new add-in that you can try
http://www.rondebruin.nl/merge.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Steve" wrote in message ...
I have 43 xls files with the same format (cash flows) and I want to put the
content of each of them them into a unique xls file. This unique file would
have to sum for example D3 from all 43 spreasheets (about 250 cells per
spreadsheet).

I would like it to populate automatically when information is updated in any
one of the spreadsheets. Linking does not work because formula is too long.

I have found some VBA that copies the information into a master file. But
that only seems to work for up to 5 files and I still get the error message
that the formula is too long.

Do you have any solution?
Thanks in advance!

Steve

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default How do I merge multiple xls files into one file?

Why don't you use one Workbook with 44 tabs: one each for each cash flow
sheet and a final one for Summary. Then you can sum all D3 cells from each
tab into a summary sheet on Tab44.

"Steve" wrote in message
...
I have 43 xls files with the same format (cash flows) and I want to put the
content of each of them them into a unique xls file. This unique file
would
have to sum for example D3 from all 43 spreasheets (about 250 cells per
spreadsheet).

I would like it to populate automatically when information is updated in
any
one of the spreadsheets. Linking does not work because formula is too
long.

I have found some VBA that copies the information into a master file. But
that only seems to work for up to 5 files and I still get the error
message
that the formula is too long.

Do you have any solution?
Thanks in advance!

Steve



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,814
Default How do I merge multiple xls files into one file?

I would love to do it that way. That would make it very easy. But these cash
flows are for 43 different departments and each one can only be accessed by
the department responsible according to generally accepted account
principles.

"Mack Neff" wrote:

Why don't you use one Workbook with 44 tabs: one each for each cash flow
sheet and a final one for Summary. Then you can sum all D3 cells from each
tab into a summary sheet on Tab44.

"Steve" wrote in message
...
I have 43 xls files with the same format (cash flows) and I want to put the
content of each of them them into a unique xls file. This unique file
would
have to sum for example D3 from all 43 spreasheets (about 250 cells per
spreadsheet).

I would like it to populate automatically when information is updated in
any
one of the spreadsheets. Linking does not work because formula is too
long.

I have found some VBA that copies the information into a master file. But
that only seems to work for up to 5 files and I still get the error
message
that the formula is too long.

Do you have any solution?
Thanks in advance!

Steve




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,814
Default How do I merge multiple xls files into one file?

I see the add-in but can find the code. Can you point me to the code?

Also a couple of questions with the add-in:

Will it do all 43 at one time after I enter the location of the file? or
will I have to do each one seperately?

Ron how will the data appear?

Will it be on 43 different tabs in the new spreadsheet?

Thx so much.

Steve

"Ron de Bruin" wrote:

hi Steve

I have code on my site and a new add-in that you can try
http://www.rondebruin.nl/merge.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Steve" wrote in message ...
I have 43 xls files with the same format (cash flows) and I want to put the
content of each of them them into a unique xls file. This unique file would
have to sum for example D3 from all 43 spreasheets (about 250 cells per
spreadsheet).

I would like it to populate automatically when information is updated in any
one of the spreadsheets. Linking does not work because formula is too long.

I have found some VBA that copies the information into a master file. But
that only seems to work for up to 5 files and I still get the error message
that the formula is too long.

Do you have any solution?
Thanks in advance!

Steve




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default How do I merge multiple xls files into one file?

http://www.rondebruin.nl/copy3.htm

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Steve" wrote in message ...
I see the add-in but can find the code. Can you point me to the code?

Also a couple of questions with the add-in:

Will it do all 43 at one time after I enter the location of the file? or
will I have to do each one seperately?

Ron how will the data appear?

Will it be on 43 different tabs in the new spreadsheet?

Thx so much.

Steve

"Ron de Bruin" wrote:

hi Steve

I have code on my site and a new add-in that you can try
http://www.rondebruin.nl/merge.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Steve" wrote in message ...
I have 43 xls files with the same format (cash flows) and I want to put the
content of each of them them into a unique xls file. This unique file would
have to sum for example D3 from all 43 spreasheets (about 250 cells per
spreadsheet).

I would like it to populate automatically when information is updated in any
one of the spreadsheets. Linking does not work because formula is too long.

I have found some VBA that copies the information into a master file. But
that only seems to work for up to 5 files and I still get the error message
that the formula is too long.

Do you have any solution?
Thanks in advance!

Steve


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
Copying Multiple files in one file Macro - Liz Liz New Users to Excel 2 March 13th 07 02:45 PM
how do I join multiple excel files into 1 file? John Excel Discussion (Misc queries) 4 February 22nd 06 07:38 PM
How do I merge multiple xls files into one file? Gianni Excel Discussion (Misc queries) 3 June 14th 05 02:09 PM
How can I merge multiple sheets from different Excel files workbo. jones021 Excel Worksheet Functions 0 April 20th 05 08:48 PM
how i can merge more than two excel files in one file. Fahad Sadiq New Users to Excel 3 February 16th 05 07:23 PM


All times are GMT +1. The time now is 08:49 AM.

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"