S ScottXe Registered User. Local time Today, 17:22 Joined Jul 22, 2012 Messages 123 Aug 30, 2018 #1 Currently I manually export a query result to an Excel file. I would like to create a button that is clicked to generate an excel file with the query result. How could I start with?
Currently I manually export a query result to an Excel file. I would like to create a button that is clicked to generate an excel file with the query result. How could I start with?
Ranman256 Well-known member Local time Today, 04:22 Joined Apr 9, 2015 Messages 4,349 Aug 30, 2018 #2 The button click runs a macro. The macro runs import/export, Transferspreadsheet , Set all the params...(filename,headers,etc)
The button click runs a macro. The macro runs import/export, Transferspreadsheet , Set all the params...(filename,headers,etc)