Mega Code Archive

 
Categories / VisualBasic Script / Powerpoint
 

To display the first slide in the presentation, use the First method

Sub first()     ActivePresentation.SlideShowWindow.View.First End Sub