PDA

View Full Version : Trigger an event on PowerPoint VBA on file open



geossl
01-31-2013, 08:09 PM
Dear All,
I would like to trigger a VBA event when a powerpoint 2003 file is opened in Windows 7 (64bit).

How can I achieve this?

As all the slide events cannot be activated without first initialize the application with


Dim ELPicking As New PickingClass
Set ELPicking.App = Application

where PickingClass is
Public WithEvents App As Application

Before, I used jacc.ocx to achieve this but it does not work in Windows 7.


or any alternative to jacc.ocx?