R
Rossella
i'd like to export the query results in an excel file in a give spreadsheet.
I'd like to have a prompt that asks me where to put the file and what name
to give to it.
Now I'm working with
DoCmd.OutputTo acOutputQuery, "Report_Incasso_Macro_Ramo", acFormatXLS,
"C:\esempio\prova.xls", True
so I don't have a prompt now.
Thanks
Rossella
I'd like to have a prompt that asks me where to put the file and what name
to give to it.
Now I'm working with
DoCmd.OutputTo acOutputQuery, "Report_Incasso_Macro_Ramo", acFormatXLS,
"C:\esempio\prova.xls", True
so I don't have a prompt now.
Thanks
Rossella