9
PowerPoint Events (2013) Firing Order Checker

PowerPoint Events (2013) Firing Order Checker. Instructions Press Alt+F8 to open the Macro window Click InitApp and then Run Press Alt+F11 to open the

Embed Size (px)

Citation preview

Page 1: PowerPoint Events (2013) Firing Order Checker. Instructions Press Alt+F8 to open the Macro window Click InitApp and then Run Press Alt+F11 to open the

PowerPoint Events (2013)Firing Order Checker

Page 2: PowerPoint Events (2013) Firing Order Checker. Instructions Press Alt+F8 to open the Macro window Click InitApp and then Run Press Alt+F11 to open the

Instructions

• Press Alt+F8 to open the Macro window• Click InitApp and then Run• Press Alt+F11 to open the VBE (Visual Basic Editor)• Press Ctrl+G to see the VBA debug messages in the Immediate window• Perform various actions and observe the events order in the Immediate window• Type end followed by return in the Immediate window to stop the events

Page 3: PowerPoint Events (2013) Firing Order Checker. Instructions Press Alt+F8 to open the Macro window Click InitApp and then Run Press Alt+F11 to open the

Open Existing Presentation

• App_WindowDeactivate• App_WindowActivate• App_SlideSelectionChanged• App_WindowSelectionChange• App_PresentationOpen• App_AfterPresentationOpen

Page 4: PowerPoint Events (2013) Firing Order Checker. Instructions Press Alt+F8 to open the Macro window Click InitApp and then Run Press Alt+F11 to open the

Create New Presentation

• App_WindowDeactivate• App_WindowActivate• App_NewPresentation• App_AfterNewPresentation• App_PresentationNewSlide• App_SlideSelectionChanged• App_WindowSelectionChange

Page 5: PowerPoint Events (2013) Firing Order Checker. Instructions Press Alt+F8 to open the Macro window Click InitApp and then Run Press Alt+F11 to open the

Save Presentation

• App_PresentationBeforeSave• App_PresentationSave

Page 6: PowerPoint Events (2013) Firing Order Checker. Instructions Press Alt+F8 to open the Macro window Click InitApp and then Run Press Alt+F11 to open the

Add New Slide

• App_PresentationNewSlide• App_SlideSelectionChanged• App_WindowSelectionChange

Page 7: PowerPoint Events (2013) Firing Order Checker. Instructions Press Alt+F8 to open the Macro window Click InitApp and then Run Press Alt+F11 to open the

Start Slide Show

• App_SlideShowBegin• App_SlideShowNextSlide• App_SlideShowNextClick

Page 8: PowerPoint Events (2013) Firing Order Checker. Instructions Press Alt+F8 to open the Macro window Click InitApp and then Run Press Alt+F11 to open the

End Slide Show

• App_SlideShowEnd• App_WindowActivate• App_SlideSelectionChanged• App_WindowSelectionChange

Page 9: PowerPoint Events (2013) Firing Order Checker. Instructions Press Alt+F8 to open the Macro window Click InitApp and then Run Press Alt+F11 to open the

Close Presentation

• App_PresentationBeforeClose• App_PresentationClose• App_WindowDeactivate• App_PresentationCloseFinal• App_WindowActivate• App_SlideSelectionChanged• App_WindowSelectionChange