Exporting specific cells then import to access

  • Thread starter Thread starter Lordzion
  • Start date Start date
L

Lordzion

I have a folder of about 500 excel files. I dont care how many steps it
takes to have this done. BUT is it possible to export specific cells
out of excel and then import them into access. For example

cell b5 = $##,### in all my excel documents. I need to export that
specific number in that specific cell.

Then I need to insert just those numbers into a table in access.

Thanks for the help in advance,

Matt
 
is it possible to export specific cells
out of excel and then import them into access

Yes, it is possible.You have to loop on all excel files
in that folder, open it one by one, get the value of cell b5
and insert it to access table.

if i were you, i will program it in Ms Access.
 

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

Back
Top