Link to home
Start Free TrialLog in
Avatar of Karl001
Karl001Flag for Canada

asked on

Export Access data to Excel (2010) Let user choose save destination?

Hi,

Here the code I use to transfert data from an Access query to an Excel file.

DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel12, "qry_Transfert_XL_Client", _
"S:\Client\Test.xlsx", True

Instead of specified the destination, ""S:\Client\Test.xlsx"", How can we let the user choose the destination?


Thanks
SOLUTION
Avatar of Carol Chisholm
Carol Chisholm
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Karl001

ASKER

A complete solution