Automating the import process

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'd like to add a button to a form that automates the "File - Get External
Data - Import" process to import an excel file... any suggestions?

Thanks
 
Look in VBA Help for the TransferSpreadsheet method or action.
If you use VBA, you will use the method version and for a Macro, you will
use the action.
 
Well that was too easy... thanks!

Klatuu said:
Look in VBA Help for the TransferSpreadsheet method or action.
If you use VBA, you will use the method version and for a Macro, you will
use the action.
 

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