Starting and Stopping Custom Shows : Slide Show « PowerPoint « VBA / Excel / Access / Word
- VBA / Excel / Access / Word
- PowerPoint
- Slide Show
Starting and Stopping Custom Shows
Sub goto()
SlideShowWindows(1).GotoNamedShow SlideShowName:="New Show"
End Sub
Related examples in the same category