View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Copy Data from Multiple Closed Workbooks to Open Workbook

Or maybe ?
http://www.rondebruin.nl/ado.htm


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



"Jim Cone" wrote in message ...
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"
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.