A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
As Steve says it's not easy to instantiate the event class object when the presentation loads and the code is best put in an AddIn.However it is possible to make the code required run when a presentation opens by adding an onLoad event to the XMLin 2007 / 2010 only.
You need to note however some problems:
- The onLoad event refers to the RIBBON. No ribbon loads = no event (in particular ppsm files opening direct to show mode will not fire it.)
- You need to be sure that macros are enabled by the user.
I'm not quite sure I understand what you need but If you want the slide 3 >> slide 4 transition locked until a button is clicked then I have uloaded asimple demo.