PPT2000: How to Create Application Level Event Handlers (234184)
The information in this article applies to:
- Microsoft PowerPoint 2000
This article was previously published under Q234184 SUMMARY
If you want a particular event handler to run when a certain event is
activated, you can write an event handler for the Application object. Event
handlers for the Application object are global. As long as
Microsoft PowerPoint is open, the event handler will run when the appropriate event occurs, regardless of which presentation is active when the event occurs.
This article describes how to create an Application level event handler and
provides an example.
REFERENCESFor more information about Class Modules, in the Visual Basic Editor, click Microsoft Visual Basic Help on the Help menu, type Module and ClassModule Commands in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbdtacode kbhowto kbProgramming KB234184 |
---|
|