L
Linda
I would like to know how one can open an excel
spreadsheet from within access.
I'm outputting a query to excel and now I would like to
be able to open the file C:\temp\viewdetails.xls.
DoCmd.OutputTo
acOutputQuery, "qryviewdetails", "MicrosoftExcel
(*.xls)", "c:\temp\viewdetails.xls", False, ""
Thanks.
spreadsheet from within access.
I'm outputting a query to excel and now I would like to
be able to open the file C:\temp\viewdetails.xls.
DoCmd.OutputTo
acOutputQuery, "qryviewdetails", "MicrosoftExcel
(*.xls)", "c:\temp\viewdetails.xls", False, ""
Thanks.