B
Barb
I have a command button on the Slide Master to "END" the
show. The code is:
Private Sub cmdEnd_Click()
SlideShowWindows(Index:=1).View.Exit
End Sub
When running the slide show, this code exits, but also
asks if the changes should be saved or not (I believe due
to hyperlinks that change color when a navigation
selection is made in the interactive presentation).
Any suggestions to the code to bypass the request to save
when exiting?
Thanks!!!
show. The code is:
Private Sub cmdEnd_Click()
SlideShowWindows(Index:=1).View.Exit
End Sub
When running the slide show, this code exits, but also
asks if the changes should be saved or not (I believe due
to hyperlinks that change color when a navigation
selection is made in the interactive presentation).
Any suggestions to the code to bypass the request to save
when exiting?
Thanks!!!