PowerPoint Events

C

Chet

When in presentation mode, I use Right Mouse --> Pointer Options -->
Ballpoint Pen. From time to time I need to Alt-Tab to another application
and then back to the presentation. The Pointer option is lost.

I need a VBA script that will automatically set the options that I need. I
know that I can use the following line of code to implement this action but I
do not know the event to use.
SlideShowWindows(Index:=1).View.PointerType = ppSlideShowPointerPen

I would like to invoke the arrow any time that the presentation becomes the
active window.

A more general question is where would I find a listing of the events fired
within PowerPoint. From the web site
msdn.microsoft.com/en-us/library/bb251394(prionter).aspx I have found the
Object Model. Walking down the tree to the "AnimationBehaviors Object" I
find a VBA snippet for Sub AnimationObject().
From the web site page support.microsoft.com/kb/308825 I find other Public
event handlers such as "WindowSelectionChange()" but at this time I still
have not found a "convenient" listing of events that are available in the
presentation mode.

Any assistance will be appreciated. Please email me responses to this
question only at [email protected]

Thanks in advance
 
Top