So I've created a Macro in a PowerPoint Presentation and I would like to make this Macro readily available to someone else. From what I have gathered, the best way to do this is to create an Add-in.
I have come across several articles stating to do the following, but I am still running into problems:
- Open a new PowerPoint Presentation
- Create a macro using VBA
- Exit VBA, and save the Presentation as a .ppam
- Under the Developer Tab, click on the "PowerPoint Add-ins" button
- Click the "Add New..." option, and browse for your recently created .ppam file
- Click Load
- Click Close
- Click Add-ins
- You should now see your new Add-in
I have done everything mentioned above and can even see the new Add-in when I select PowerPoint Add-Ins. I'm here because I can't find a way to run the new Add-in, and I don't want it to automatically load on startup or to interfere with the presentation by creating a button on the slides. As instead, I would like to allow the user to run this Add-in from the Ribbon.
Thoughts?