How to save Macro as a VBA PPT Add in and use that Add In for running Macro in any PPT. Not to plug in VBA code each time.
i am testing a simple sub with MsgBox "Hello" and this macro ran fine as a ppt...So here is what I did
- Open PPT
- Add a new macro - with above MsgBox in VBA
- Close VBA
- File Save As abc.pptm
- Close it
- Reopen abc.pptm
- File Save as abc.ppam
- Open an existing ppt
- File Options Addins - select this abc.ppam
- Go to Developer Tab - I click on Power Point Add Ins - I see this abc in the popup as checked and selected
- Click on Macro button in Developer Tab - nothing.
- Press Alt F11 - no code there.
What am I doing wrong here?