K
kimkom
Hi all,
Is there a way to make the save dialog box appear before ending a PPS show?
I know you can by pressing Escape and the PPS has changed in some way, but I
need to show it after pressing a button on a slide.
Currently I'm using:
Sub ExitPPS()
ActivePresentation.Save
ActivePresentation.Close
End Sub
This just saves without giving the user the option though, not what I need
really.
Any advice?
Thanks,
Michael
Is there a way to make the save dialog box appear before ending a PPS show?
I know you can by pressing Escape and the PPS has changed in some way, but I
need to show it after pressing a button on a slide.
Currently I'm using:
Sub ExitPPS()
ActivePresentation.Save
ActivePresentation.Close
End Sub
This just saves without giving the user the option though, not what I need
really.
Any advice?
Thanks,
Michael