Hi Cowboy
The function you are looking for is DoCmd.TransferSpreadsheet. One of the parameters will allow you to specify where to put the data EG DoCmd.TransferSpreadsheet acExport, 8, "qryFinancialData", pathToSpreadsheet, True, "Tab!RANGE" where Tab is the tab name and RANGE the range/cell to...