How I would be able to give user the option to select the path, like a File Selection dialog box, to save the exported file in below command?
At the moment I'm just able to export in a set path, like "d:\test" in below code.
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel8, "tblBoQ", "d:\test"
K
At the moment I'm just able to export in a set path, like "d:\test" in below code.
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel8, "tblBoQ", "d:\test"
K