I'm using VBA to export an Access Query to an Excel Spreadsheet
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, WbSheet, CurrentProject.Path & "\" & WbName, True
But before exporting, I need to clear the contents of the spreadsheet as it may contain data that is outside the named...