Automate Powerpoint Macro
问题 I have a PowerPoint Presentation that gets filled with pictures by a VBA script attached to it. I want to automatically open the Presentation and run the macro. Here's what I have tried: turning the script into an add-in as shown here: it ran when I clicked activated it, but never when I simply opened powerpoint. downloaded a pre-built add in, and called my script sub auto_open(). This worked, but because it is a macro enabled file(?), but I have to open powerpoint up and enable the add in