I am using:
Code:
DoCmd.TransferSpreadsheet acExport, 8, "DateRangeQuery", "C:\AccessExportFile.xls", True
to successfully export some records to Excel. My question is, can this technique be used to export data to an Excel workbook that already contains spreadsheets (with macros) without clobbering the existing data?
If so, please explain in detail.
If not, can you suggest an alternative method?
Thank you.