P
Proko
I am currently using the following line of code to export the results of a
query to an Excel spreadsheet.
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel7,
"qry_dataoutput", "c:\temp\test.xls"
Is it possible for the user to be able to select where the xls file will be
written rather than the file always going to the same destination.
Thanks in advance.
Proko
query to an Excel spreadsheet.
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel7,
"qry_dataoutput", "c:\temp\test.xls"
Is it possible for the user to be able to select where the xls file will be
written rather than the file always going to the same destination.
Thanks in advance.
Proko