简体   繁体   中英

How to access Object Events of Powerpoint(Mac Version) using Apple script?

I want to add a call back function to identify the Save action in Powerpoint. Using VBA we can execute this scenario using Application.PresentationSave Event ( https://msdn.microsoft.com/en-us/library/office/ff744230.aspx?f=255&MSPPError=-2147217396 ).

During the research I found that Application Object events not enabled or not supported in Powerpoint mac version. ( http://youpresent.co.uk/powerpoint-application-events-in-vba/ )

Is there any way to achieve this scenario using apple script.

Scenario: I want to check that which slides are modified while user pressing save button in powerpoint. So If I can use ApplicationSave event, I will compare modified slide with master slide when user press save button.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM