Copy Data from Multiple Closed Workbooks to Open Workbook

  • Thread starter Thread starter Kris
  • Start date Start date
K

Kris

Is there a way programmatically that I can copy data from multiple
workbooks and append each set of data to an open work book.

Here is the situation I have about 35 large workbooks each containing
data for a market I need to combine all the data so do analysis
throughout all 35 instead of having to search 1 by 1 and then adding up
the data manually.

Any ideas or help would be greatly appreciated.
 
Ron de Bruin has code here that can get you started...
"Create a summary worksheet from different workbooks"
http://www.rondebruin.nl/summary2.htm
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"Kris" <[email protected]>
wrote in message
Is there a way programmatically that I can copy data from multiple
workbooks and append each set of data to an open work book.

Here is the situation I have about 35 large workbooks each containing
data for a market I need to combine all the data so do analysis
throughout all 35 instead of having to search 1 by 1 and then adding up
the data manually.

Any ideas or help would be greatly appreciated.
 
These look great. Thanks for the help I am going to look into using
them first thing tomorrow.


Thank you,
Kris
 
Back
Top