Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Sub PlusOne()

Counter.Caption = (Counter.Caption) + 1
End Sub
Sub MinusOne()
Counter.Caption = (Counter.Caption) - 1
End Sub
Sub ExitandReset()
Counter.Caption = 0
ActivePresentation.SlideShowWindow.View.Exit
End Sub

You might also like