Run-Time Error when Adding Chart During PowerPoint SlideShow
问题 I have used vba in PowerPoint to add a chart to a slide. However, this only seems to work when I am in normal/slide view/edit mode. When I try to do this during a slideshow however, I get a runtime error saying: Method 'AddChart' of object 'Shapes' failed. The issue is that I'm using user input during the slideshow to filter what kinds of data I query and then I create new slides based on that data. Using standalone macros in slide view/edit mode wont help. Here's the relevant portion of my