
Signature
Austin Myers
MS PowerPoint MVP Team
Provider of PFCPro, PFCMedia and PFCExpress
www.playsforcertain.com
Thanks, Austin ... that helped just enough that and I was able to create a
EventClass to essentially hijack the PresentationClose event and do an
auto-save.
The process actually involved creating a Event class, and an auto_open macro
that initializes the class to be able to get at the App_PresentationClose
event. Then adding this as an add-in.
In the end it works great ... Thanks
=================================
> Tom,
> If you don't have it, go to the Microsoft site and do a search for
[quoted text clipped - 12 lines]
> > Any thoughts on how I could get powerpoint presentations to autosave when
> > existing the application?
Austin Myers - 24 Mar 2008 01:23 GMT
Glad you got it sorted! (Amazing what a little documentation will do for a
coder. :-)
Austin Myers
MS PowerPoint MVP Team
Provider of PFCPro, PFCMedia and PFCExpress
www.playsforcertain.com
> Thanks, Austin ... that helped just enough that and I was able to create a
> EventClass to essentially hijack the PresentationClose event and do an
[quoted text clipped - 28 lines]
>> > when
>> > existing the application?