I have looked through the forum, and cant seem to find the answer. What i want to do is export all my tables to 1 excel spreadsheet.
Im using the code
so this will save my workproducttable table to excel, but i want all my tables to be save in that one excel file
Any ideas how?
Mnay thanks
Im using the code
Code:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel7, "workProductTable", "C:\Documents and Settings\My Documents\My Tool\Releases\imp\workProductTable", True
so this will save my workproducttable table to excel, but i want all my tables to be save in that one excel file
Any ideas how?
Mnay thanks