简体   繁体   中英

Office VBA- detect PowerPoint slide change

I'm creating an application where I'd like to be able to show users an ongoing PowerPoint presentation over the web, where the slide changes as the presenter does so in real time. I've looked at the Office VBA documentation and I didn't see any event for this. The closest I've come are these events , but I don't see anyway of doing what I need to using these.

How can I detect slide changes in Microsoft Powerpoint using Visual Basic?

It seems that this is what you are looking for: Application.SlideShowNextSlide Event

This is VBA Powerpoint object model though, but you should be able to find your way around...

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