S
Shadow
Is there anyway to export/output the data of a from to a specified sheet of
a specified excel file?
This is my situation:
I have a form based on a query that shows the result of a search. I need to
export this search result to the end of a list in sheetOrders of Orders.xls
DoCmd.OutputTo acOutputForm, "Orders", _
acFormatXLS, "Orders.xls", True
the above code output the data to a new book. How can I change this code to
output the data to the end of a list in sheetOrders sheet of an existing
Orders.xls book?
I appreciate any kind of help.
a specified excel file?
This is my situation:
I have a form based on a query that shows the result of a search. I need to
export this search result to the end of a list in sheetOrders of Orders.xls
DoCmd.OutputTo acOutputForm, "Orders", _
acFormatXLS, "Orders.xls", True
the above code output the data to a new book. How can I change this code to
output the data to the end of a list in sheetOrders sheet of an existing
Orders.xls book?
I appreciate any kind of help.