I am running Mac Office 2004.
If I want to run two presentations consecutively with the
slideshowsettings.run command, how do I prevent the second show
interrupting the first. If I put the two run commands directly after
each other the second command takes over and doesn't allow the first
presentation to finish.
tim
> I am running Mac Office 2004.
> If I want to run two presentations consecutively with the
> slideshowsettings.run command, how do I prevent the second show
> interrupting the first. If I put the two run commands directly after
> each other the second command takes over and doesn't allow the first
> presentation to finish.
Strictly aircode, but give this a try:
' Start first show
While SlideShowWindows(1).View.State = ppSlideShowRunning
DoEvents
Wend
' Start second show
================================================
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================