View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Robert[_16_] Robert[_16_] is offline
external usenet poster
 
Posts: 29
Default Consolidate User Input

Thanks very much Jim, I'll try ADO as I feel that a 100 files per week needs
to be automated.

Regards, Robert

"Jim Rech" wrote in message
...
It's possible to read data from a closed Excel file using ADO and no doubt
other database techniques. I've never used ADO except to play around with
it years ago. It may be overkill depending on your needs but you can find

a
lot of articles on it if you search the MSKB on "ADO", for example:

http://support.microsoft.com/default...73&Product=xlw

For my needs, open, copy, paste, close, works super<g.

--
Jim Rech
Excel MVP