I would like to be able to export data from a query to a specific cell on an excel sheet. I know how to get the data the sheet but can I send it to a specific cell. Here is the code I have to export the data. I would like it to go to cell C10.
Code:
DoCmd.TransferSpreadsheet acExport, , "qry_SA_Randy_SDC_2", "\\S\reports\Sales\2009\SA\EMG2009 Randy.xls", False, "KPI"