View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] U4Canoe@gmail.com is offline
external usenet poster
 
Posts: 1
Default Excel to Access extraction

I generate 10 Excel worksheets a day that are in a form format that I
have to extract about 200 fields of data into an Access database. The
form is fixed format - each worksheet field has different data, but are
in the same cell location.

I wish to automate the extraction using OLE and am looking for
direction on how best to navigate the excel worksheet.

I cannot embed any addtional macros within the Excel worksheets, so any
code has to be external to Excel and "append" data to the Access
database.

Any suggestions?

Thanks,

Prokayaker