Hi everyone,
I'm exporting some query data to an Excel sheet.
However, i don't want to overwrite the data (on the same row) everytime i run the code.
DoCmd.TransferSpreadsheet acExport, 8, "query", "C;\...", True, "cellrange"
I would rather keep all the data.
So when i run the code, i want...