Reading excel spreadsheet

  • Thread starter mls via AccessMonster.com
  • Start date
M

mls via AccessMonster.com

How can I extract the excel spread sheet data, cell by cell and append it to
your Access table when some one types the xls file name in the form input.
I.e I am creating a form where it takes file name, date as input paramaetes
and read that excel cells ( 1st , 2nd 5 th and 19th row and create an ACCESS
table. ( my xls file name changes but the cells I need to read remain
constant.

I want to do this using VBA coding? Any one have any idea to do this? or do
you have any links that I can refer to?

Thanks in advance.
 
M

mls via AccessMonster.com

Thank you very much I will look in detail. I googled a lot and could not find
this type of detail document in my search.

Currently my project is based on reading from and writing to excel template,
after processing some business rules in ACCESS and this helps a lot

Ken said:
Perhaps this article will be a good starting point for you:

Write Data From an EXCEL Worksheet into a Recordset using Automation (VBA)
http://www.accessmvp.com/KDSnell/EXCEL_Import.htm#WriteFileRst
How can I extract the excel spread sheet data, cell by cell and append it
to
[quoted text clipped - 11 lines]
Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top