ive tried working this... but cannot get it working:
getRowSource = me.salesbox.rowsource
Set qryEx = currentDb.CreateQueryDef("", getRowSource)
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel19, qryEx, "C:\myfolder\exports\report.xls", true