A
Alan
This is my code
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9,
"temp_MonthlySalesReport",
"F:\Accounts\Projects\Analysis\Billlings\DSICMM\Access\MonthlySalesReport",
True
Call
ModifyExportedExcelFileFormats("F:\Accounts\Projects\Analysis\Billlings\DSICMM\Access\MonthlySalesReport", "temp_MonthlySalesReport1")
End Sub
Is there a way around that well let me iuse the same sheet over again???
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9,
"temp_MonthlySalesReport",
"F:\Accounts\Projects\Analysis\Billlings\DSICMM\Access\MonthlySalesReport",
True
Call
ModifyExportedExcelFileFormats("F:\Accounts\Projects\Analysis\Billlings\DSICMM\Access\MonthlySalesReport", "temp_MonthlySalesReport1")
End Sub
Is there a way around that well let me iuse the same sheet over again???