Adding PowerPoint animations via vbscript always results in “Custom” animation
问题 Using vbscript I'm attempting to automate the creation of a PowerPoint presentation. The reason for it is that I have a folder with several dozens of png images which I need to insert into the same slide at the same position. They're all transparent and form one large image. However, I need to show one after the other until the full image is revealed. So instead of doing it by hand I came up with the following vbscript: Set powerPointApp = CreateObject("PowerPoint.Application") Set fileSystem