Mega Code Archive

 
Categories / VisualBasic Script / Powerpoint
 

To display a particular slide in the slide show, use the GotoSlide method of the View object, using the Index argument to speci

Sub gotoSlide()     Application.SlideShowWindows(1).View.GotoSlide Index:=5 End Sub