R
Robert G
Hello,
I am using the following code to send a report to excel
DoCmd.OutputTo acOutputReport, BerichtName, acFormatXLS, PfadDatei, False
I then call up
Retval = Shell("C:\Programme\Microsoft Office\Office10\EXCEL.EXE " &
PfadDatei, 3) ' Open the Excel file.
All this works perfect, so I do not need help here. Where I need help is
the following.
The report which is sent to Excel holds a pivot chart and the chart is not
listed within the excel file. Can some one tell me how I am able to export
the charts to excel as well?
Any help is very appreciated.
Thank you!
Robert
I am using the following code to send a report to excel
DoCmd.OutputTo acOutputReport, BerichtName, acFormatXLS, PfadDatei, False
I then call up
Retval = Shell("C:\Programme\Microsoft Office\Office10\EXCEL.EXE " &
PfadDatei, 3) ' Open the Excel file.
All this works perfect, so I do not need help here. Where I need help is
the following.
The report which is sent to Excel holds a pivot chart and the chart is not
listed within the excel file. Can some one tell me how I am able to export
the charts to excel as well?
Any help is very appreciated.
Thank you!
Robert