G
Guest
Hello,
I have queries that I'd like the user to be able to export to Excel. I set
them up with DoCmd.OutputTo and this works as desired, except for the fact
that it limits the number of rows (saved as older version). I understand the
solution is to use TransferSpreadsheet, but would like to retain the ability
for the user to select the directory where the file is saved to & change
filename if so desired, as the OutputTo function does.
I have queries that I'd like the user to be able to export to Excel. I set
them up with DoCmd.OutputTo and this works as desired, except for the fact
that it limits the number of rows (saved as older version). I understand the
solution is to use TransferSpreadsheet, but would like to retain the ability
for the user to select the directory where the file is saved to & change
filename if so desired, as the OutputTo function does.