import entire access database into excel

  • Thread starter Thread starter Excel_Learner
  • Start date Start date
E

Excel_Learner

Can someone tell me how to import all tables in an Access database into Excel
with crosponding Excel tabs automatically generated?

Thanks.
 
If you want to do it from Excel, you should ask the question in an Excel
newsgroup.
If you want to do it from Access to Excel, use the TransferSpreadsheet.
You will need to do one export for each table. You can use the Range
argument of the TransferSpreadsheet to specifiy a specific worksheet.
 
Back
Top