PresentationClose

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,
I am trying to use the event of PresentationClose but not able to do so.
Please help me and guide me to do the same.

Please Help
GS
 
Praful,
Please provide more information about the context in which you are unable to
use the PresentationClose event. Check out the VBA programming section for
the article on trapping PowerPoint events at www.pptfaq.com

Regards,
Shyam Pillai

http://skp.mvps.org/
 
Hello All,
I have made the addin and wanted to trap the close button of the
presentation. So for that i have declared:
Appobj = applicationobject and then i am trying to trap
Appobj_PresentationClose event but this event is not fired. Are we supposed
to do some thing else also to fire the event.
PLease Help

GS
 
Hello All,
I have made the addin and wanted to trap the close button of the
presentation. So for that i have declared:
Appobj = applicationobject and then i am trying to trap
Appobj_PresentationClose event but this event is not fired. Are we supposed
to do some thing else also to fire the event.

The link below and the information on Shyam's site that it points to does
explain how to do this. There's more to it than just those declarations.
 

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

Back
Top