Can I import excel spreadsheets into access?

A

Amos33

i am a new user and am wondering if this can be done?...and how easy is it?

Thank you:)
 
K

Ken Snell MVP

You can do it manually via File | Get External Data (but note that this will
truncate long strings, and some other issues pop up). You can use
TransferSpreadsheet action in a macro. You can use DoCmd.TransferSpreadsheet
action in VBA code. I have lots of VBA examples on my web page:

http://www.accessmvp.com/KDSnell/EXCEL_ImpExp.htm
 

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