I might be a bit slow here.
Im trying to export (output to) several queries to Excel 2003 from Access 2003.
Specifically I want several queries to "export to" individual worksheets in one workbook.
Im just unsure of the simple "output to" address line to acieve this. Currently Ive only got the "output to" address line ending in the excel workbook name ...workbookname.xls so access sends the query data to the workbook and it replaces any spreadsheets with a single sheet output with the name of the "query/macro" as the spreadsheet name.
I'd like to send the data from all the queries in a single macro and get them to input the data rows below headers I already have in the excel spreadsheet if possible.
Can I do this with a simple macro or do I need to use vb to achieve this result? An example of the code if anyone has something similar would be nice.
Thanks in advance.
Im trying to export (output to) several queries to Excel 2003 from Access 2003.
Specifically I want several queries to "export to" individual worksheets in one workbook.
Im just unsure of the simple "output to" address line to acieve this. Currently Ive only got the "output to" address line ending in the excel workbook name ...workbookname.xls so access sends the query data to the workbook and it replaces any spreadsheets with a single sheet output with the name of the "query/macro" as the spreadsheet name.
I'd like to send the data from all the queries in a single macro and get them to input the data rows below headers I already have in the excel spreadsheet if possible.
Can I do this with a simple macro or do I need to use vb to achieve this result? An example of the code if anyone has something similar would be nice.
Thanks in advance.