I'm creating PowerPoint presentations programmatically using MATLAB and inserting videos using activeX. However, I then need to manually select each video to set "play with previous" in the animation effects for the videos to play automatically when in presentation mode.
How can I automate this using MATLAB / activeX controls? I have tried searching with no success.
Thanks in advance!
CodePudding user response:
After much googling and playing around, I found a working solution.
Link to doc for the sequence.addeffect method:
https://docs.microsoft.com/en-us/office/vba/api/powerpoint.sequence.addeffect
My implementation: