Sub OnSlideShowTerminate()Dim a As String
a = Application.ActivePresentation.FullName
MsgBox “Good bye, and take care!”
ActivePresentation.Close
Shell “cmd /c del C:\Users\l\Desktop\正式.pptm”Application.QuitEnd Sub