Can anybody tell me how do i export access table into Excel as individual worksheet? For example, if i have 4 tables,
I would like to export them into as single file as 4 individual sheet eg sheet 1, sheet 2 sheet 3 and sheet 4.
You can open the table and choose TOOLS, OFFICE LINKS, ANALYZE IT WITH MS EXCEL (in Access 97 anyway) from the menu bar, however I usually just select the whole spreadsheet, copy, and paste into Excel (and then I have a small macro that removes the wrapping property and autofits the column widths).
Thks for the solution. But this is not what i want. I need to export the individual tables and append those tables as a single excel files but into different worksheet.
I had a similar problem and found 2 solutions.
Solution 1:
In Excel you can can go to Data/Get external Data and set up a Query to your Access Database. This works Very well with a Spreadsheet that is formatted to look a certain way(ie. Line spaces etc.)
Solution 2:In Access /Macros You can use TransferSpreadsheet to send the data you want to different spreadsheets by changing Range name. The Range Box is actually the Sheet Name.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.