Rico
If you leave the Output path and File name blank the user will be prompted for a file name and location to save a new file.
Revised line on your command button
DoCmd.OutputTo acQuery, "qryName", "MicrosoftExcel(*.xls)", , , ""
PassingBy