F
Flystar
I am trying to copy and paste a chart from one workbook to another and
maintain all formatting (including titles, font sizes, colors etc) using
an excel macro. So far I have something like this:
ActiveSheet.ChartObjects(1).Activate
ActiveChart.ChartArea.Select
ActiveChart.ChartArea.Copy
Workbooks("Chartbook.xls").Worksheet("Section A").Paste
Unfortunately, when I paste the chart the axes font size changes as does
the plot area.
::Win98SE, Excel 2000::
** Posted via: http://www.ozgrid.com
Excel Templates, Training, Add-ins & Business Software Galore!
Free Excel Forum http://www.ozgrid.com/forum ***
maintain all formatting (including titles, font sizes, colors etc) using
an excel macro. So far I have something like this:
ActiveSheet.ChartObjects(1).Activate
ActiveChart.ChartArea.Select
ActiveChart.ChartArea.Copy
Workbooks("Chartbook.xls").Worksheet("Section A").Paste
Unfortunately, when I paste the chart the axes font size changes as does
the plot area.
::Win98SE, Excel 2000::
** Posted via: http://www.ozgrid.com
Excel Templates, Training, Add-ins & Business Software Galore!
Free Excel Forum http://www.ozgrid.com/forum ***