On Thu, 15 Jun 2006 14:48:02 -0700, JOM wrote:
Use code.
DoCmd.OutputTo acOutputQuery, "QueryName", acFormatXLS,
"c:\FolderName\FileName.xls", True
Or.. if you are using TransferSpreadsheet, add:
Application.FollowHyperlink "C:\FolderName\FileName.xls"
after the transfer is completed.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
|