View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 292
Default Read from an Excel file

Hi

Either by automating an instance of Excel, or by using ADO if the data is
structured as a database:
http://www.erlandsendata.no/english/...dacimportwbado

HTH. Best wishes Harald

skrev i melding
...
How do I programmatically (VBA) read the contents of an
excel file from another MS Office application

thank you all!!