On the double click event of chart view I have:
Me.PivotTable.Export "D:\filepath\test.xls", plExportActionOpenInExcel
But this does not give me the chart, just the pivot table and data. It also gives the error "Problems during load".
Doing:
Me.ChartSpace.ExportPicture...