How can I Export a Table in Access using VBA into a specific sheet in an Excel spreadsheet?

Posted by Bryan on Stack Overflow See other posts from Stack Overflow or by Bryan
Published on 2010-04-15T13:51:47Z Indexed on 2010/04/15 13:53 UTC
Read the original article Hit count: 281

I have a some tables, we will call them Table1,Table2.... and I need them to be Exported into specific spreadsheets in a macro enabled Excel File (.xlsm) that already exists. So I would need to put Table1 into Sheet2, Table2 into Sheet3... and so on. I had been doing this manually by going to the export menu in Access but it is getting monotonous so I would like to automate the process. The Excel file will already have code in each spreadsheet which would need to still be intact.

© Stack Overflow or respective owner

Related posts about access-vba

Related posts about ms-access-2007