View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
JLatham JLatham is offline
external usenet poster
 
Posts: 2,203
Default Consolidate multiple workbooks (...and adding new files in the mas

Contact me directly via email about this. Remove spaces for valid email:
HelpFrom @ JLatham Site .com
Remind me of what you need in the email (or provide a link to your original
posting).

This is not that difficult to do with VBA, IF enough information is
extracted from the outlying workbooks to be able to tell later on whether the
information has been imported before or not. I do this type of thing right
now for a customer that produces a variety of food products in keeping up
with ingredient requirements that may change for existing products and for
new products added to the line. You've already made one part of it fairly
easy: having those outlying files in a single folder.

"sokratez" wrote:

Hi There,

I am looking for a solution that can combine multiple work books in to
one workbook and adding additional files in the master workbook on the
fly.

We are a marketing team that are working with a budget file per
product. The number of products are increasing throughout the year,
Therefore I would like the master file to gather all the data from a
specified file and I would like the file to look in to the folder to
see if new files have been added and if so add the data to the master
file,

The data is always placed in the same way in the document.
FILENAME.xlsx -- Budgets -- A20:E35. I would also like to have the
file name as well to identify the data in the master sheet.

My excel wizard colleague tells me that this isn't possible in excel,
but it must be with some kind of VBA solution? I know some very basic
VBA but I would never be good enough to write the code snippet my
self.

Any words of advice? Solutions?

/S