To display a particular slide in the slide show, use the GotoSlide method of the View object, using the Index argument to specify the slide number.
Sub gotoSlide() Application.SlideShowWindows(1).View.GotoSlide Index:=5 End Sub