Sub show() With ActivePresentation.SlideShowSettings .LoopUntilStopped = msoCTrue .AdvanceMode = ppSlideShowUseSlideTimings .ShowType = ppShowTypeWindow .Run End With End Sub