I have a workbook with few sheets and macros developing some results and charts.
I have to copy all the results and charts to another sheets with just values (no formulas).
I'm able to copy and paste special through VBA all the Calculation sheets but copying and pasting the chart it will retain the original sheet reference.
Example: Chart1 in original.xls will take x and y from a sheet in original.xls called datasheet
I copied all the values of datasheet in the new workbook and I'd like to have chart1 without having to rebuild the chart from screcth.
is it possible to copy and paste the chart from a workbook to another with a relative reference in the way that it will get data from the sheet "datasheet" of the new workbook??
thanks a lot
Fernando Nardi
I have to copy all the results and charts to another sheets with just values (no formulas).
I'm able to copy and paste special through VBA all the Calculation sheets but copying and pasting the chart it will retain the original sheet reference.
Example: Chart1 in original.xls will take x and y from a sheet in original.xls called datasheet
I copied all the values of datasheet in the new workbook and I'd like to have chart1 without having to rebuild the chart from screcth.
is it possible to copy and paste the chart from a workbook to another with a relative reference in the way that it will get data from the sheet "datasheet" of the new workbook??
thanks a lot
Fernando Nardi