M marie.ricketts Feb 5, 2004 #1 Is there a way to interupt a slideshow running in LoopUntilStopped mode using VBA and then restart it? Thanks!
Is there a way to interupt a slideshow running in LoopUntilStopped mode using VBA and then restart it? Thanks!
C Chirag Feb 5, 2004 #2 You can set the slideshow's state to paused to pause it: --- SlideShowWindows(1).View.State = ppSlideShowPaused --- Set the state to ppSlideShowRunning to resume it. - Chirag PowerShow - View multiple shows simultaneously http://officeone.mvps.org/powershow/powershow.html
You can set the slideshow's state to paused to pause it: --- SlideShowWindows(1).View.State = ppSlideShowPaused --- Set the state to ppSlideShowRunning to resume it. - Chirag PowerShow - View multiple shows simultaneously http://officeone.mvps.org/powershow/powershow.html