A
Alice Graham
For Excel 2007, I have a vsto c# addin that calls the ApplyChartTemplate
method on a chart object.
I thought it would be possible to do the same in PowerPoint 2007 as all
documentation says PP charts are now the same as Excel charts.
In Excel, I access the chart as:
Microsoft.Office.Interop.Excel.Chart chart =
Globals.ThisAddIn.Application.ActiveChart;
How do I access the active chart in PowerPoint 2007?
method on a chart object.
I thought it would be possible to do the same in PowerPoint 2007 as all
documentation says PP charts are now the same as Excel charts.
In Excel, I access the chart as:
Microsoft.Office.Interop.Excel.Chart chart =
Globals.ThisAddIn.Application.ActiveChart;
How do I access the active chart in PowerPoint 2007?