A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
I have only tried to do it for one single chart so far but ultimately I want to write code to edit and close 40 or 50 standard ppt charts to allow new data to feed in. The charts have not been inserted with ppt insert chart command. Most have been copied from an initial chart and then the workbook has been linked to a seperate external workbook that I update regularly. I can go through the deck manually, doing 'edit data' and closing the workbook that opens each time to update the charts but I do 5 decks each with 50 charts every 4 weeks so a macro would save a lot of time. my test for one chart was this (usually I edit recorded macros in excel)
With chartdata
activate
close workbook
End with