Help! - How do I access the PresentationOpen event with VBA?

G

Guest

As per the VBA help file, I've set up a new class using the WithEvents keyword, I've instantiated an instance of the PP application and I've intialised it, so far so good. I can now access events such as PresentationBeforeSave but I want to make changes as the presentation opens however the PresentationOpen event is not trapped by my procedure (I suspect because the init procedure hasn't run). So I'm probably doing something dumb, which isn't a surprise as I'm a business consultant with some programming skills not a developer. Can anyone help?
 
S

Shyam Pillai

Dave,

Take a look at:
Make PPT respond to events
http://www.rdpslides.com/pptfaq/FAQ00004.htm

--
Regards
Shyam Pillai

http://www.mvps.org/skp

dave@aqumen said:
As per the VBA help file, I've set up a new class using the WithEvents
keyword, I've instantiated an instance of the PP application and I've
intialised it, so far so good. I can now access events such as
PresentationBeforeSave but I want to make changes as the presentation opens
however the PresentationOpen event is not trapped by my procedure (I suspect
because the init procedure hasn't run). So I'm probably doing something
dumb, which isn't a surprise as I'm a business consultant with some
programming skills not a developer. Can anyone help?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top