Belinda has attended:
PowerPoint Intermediate Advanced course
Macro
How can I save a macro to use universally
RE: Macro
Hi Belinda
Once you have created a macro, it is saved with the PowerPoint prsentation you created it in.
Using the Visual Basic Editor you can copy macros between different presentations.
Open the presentation that contains the macro you want to copy and the presentation you want to copy the macro to.
On the Tools menu, goto Macro, and then click Visual Basic Editor.
In Microsoft Visual Basic Editor on the View menu, click Project Explorer
Drag the macro/module you want to copy to the destination presentation.
To use universally, then you may want to create a template presentation then copy the macro into it, then setup shortcuts to it for people to use.
Regards
Jacob