G
Guest
I have an Export statement:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9,
"PHQChartQuery", "C:\PHQChart.xls", False
There is a file already in that location named the same thing
I would like to substitute the new data on the worksheet PHQChartQuery that
is already in the file PHQChart.
The reason I would like to do this is I have a graph on that Excel file that
I would like applied to the data I would be putting into it.
When I export it just adds another worksheet called PHQChartQuery1 but does
not have the graph information like it does on PHQChartQuery.
So is this possible?
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9,
"PHQChartQuery", "C:\PHQChart.xls", False
There is a file already in that location named the same thing
I would like to substitute the new data on the worksheet PHQChartQuery that
is already in the file PHQChart.
The reason I would like to do this is I have a graph on that Excel file that
I would like applied to the data I would be putting into it.
When I export it just adds another worksheet called PHQChartQuery1 but does
not have the graph information like it does on PHQChartQuery.
So is this possible?