Error copying waterfall charts with Excel macro
问题 I have some simple VBA code that loops through a range of graphs in my Excel workbook and copies them to a PowerPoint presentation. It works great for all graphs except for waterfall graphics (Error 445: “Object doesn't support this option”). Since they're relatively new to Excel, I thought there might be an issue of compatibility and was wondering if there was a workaround. Thanks !! 'Bar chart ==> works fine ActiveWorkbook.Sheets(7).ChartObjects("Graphique 1").Copy ' Waterfall chart ==>