Difficulty: Moderately Easy
Step1
Open PowerPoint and open any presentation, if you have one ready. To begin creating a macro, go to Tools > Macro > Visual Basic Editor.
Step2
Click on Insert > Module. A window will pop up for you to enter in your code.
Step3
Enter the code into the text field, or if you have an existing macro that you want to add or modify, add that into the text field. To try running from the window, press F5.
Step4
Finish any final edits to the macro, then go to File > Close and Return to Microsoft PowerPoint.
Step5
Select the text or object(s) that you want to have run your macro, after returning to PowerPoint. Go to Slide Show > Action Settings.
Step6
Decide how the macro will be run during the presentation. Use "Mouse Click" tab to activate the macro by clicking on it and use "Mouse Over" tab to use the macro by hovering over the object with the pointer.
Step7
Select the macro you want to use by clicking on "Run Macro" and choose from the list.