Excel import

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

Guest

Hi,

I need to import into 20 different worksheets from the same excel workbook.

Is there a quick way to do this or do I have to do each one individually?

Thanks.
 
Sorry should have been more specific:

I need to import 20 different worksheets from the same excel
workbook into an Access table /tables.

Is there a quick way to do this or do I have to do each one individually?

Thanks.
 
Hi,

I need to import into 20 different worksheets from the same excel workbook.

Is there a quick way to do this or do I have to do each one individually?

Thanks.

You can write a Macro or (better) VBA code using the
TransferSpreadsheet method to import the spreadsheets. Open the VBA
editor and look for Help on TransferSpreadsheet.

John W. Vinson[MVP]
 

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