开发者

Running a Custom Show in PowerPoint Using VB.Net

开发者 https://www.devze.com 2023-03-24 14:13 出处:网络
I am trying to run a custom show in PowerPoint using VB.net I have managed to get a list of custom shows using:

I am trying to run a custom show in PowerPoint using VB.net

I have managed to get a list of custom shows using:

myPres.SlideShowSettings.NamedSlideShows(intSlideNumber).Name

However, I cannot workout how to start a cust开发者_运维技巧om show. When the show finishes, I would like to go back to the slide that was being displayed when the custom show started.

Thanks for any help!

Dave

0

精彩评论

暂无评论...
验证码 换一张
取 消