Hi DBG,
After the last line in my original posting, it has:
DoCmd.SetWarnings False
DoCmd.OpenQuery "Delete TempSalesData"
DoCmd.Close acQuery, "Delete TempSalesData"
Call DoCmd.TransferSpreadsheet(acImport, acSpreadsheetTypeExcel12, "TempSalesData", strExcelPath, True)
The spreadsheet that...