Log in

View Full Version : Events



MihaiBB
12-08-2008, 11:26 AM
Hi

Does anyone know how to design an add-in which redirect all the presentation
events to the add-in events?

I am trying to build an add-in which will report:
- slides viewed.
- time for slides viewed.

I tried the PPT AutoEvents, I tried to add the class events but without any
success.

Many Thanks!

Zack Barresse
12-09-2008, 03:18 PM
Hi there, welcome to the board!

To create an add-in for PowerPoint you need a higher language than VBA as it doesn't allow you to access events across the entire application. I'd suggest using either VB, VB 2005, VB.NET or C#.