I've got a question concerning addins in PowerPoint 2007.
It is possible to save a macro as an addin and then use it as a button in all PP presentations? I know it's possible in Excel..but how about PowerPoint?
I've got a question concerning addins in PowerPoint 2007.
It is possible to save a macro as an addin and then use it as a button in all PP presentations? I know it's possible in Excel..but how about PowerPoint?
Yes. The presentation should include any macros you want to make available and also some code to create any needed buttons/toolbars to invoke the macros. Usually this will go in an Auto_Open subroutine (which will fire automatically whenever the add-in loads).
This page on my PPT FAQ site explains how to do this in a way that's compatible with all current versions of PPT/Windows:
Create an ADD-IN with TOOLBARS that run macros
It'll create toolbars/buttons that appear on an Add-ins tab in PPT 2007 and up.
If you want to create buttons on the PPT ribbon, it gets a bit more complicated.