M
M Skabialka
I have a slide presentation that runs in a kiosk. It shows a menu which
links to other presentations and another menu.
All works well until the presentation is over; the user presses the ESC key,
it goes back to slide sorter mode, then they close PowerPoint.
This looks ugly, so I tried adding a button which says exit. The code
behind it is
Private Sub cmdExit_Click()
application.quit.
End Sub
The first time I clicked it the application closed, but not since - now
nothing happens. I have checked the code, it hasn't changed. The button is
named cmdExit.
I even tried adding another button, still nothing.
What could be wrong?
Thanks,
Mich
links to other presentations and another menu.
All works well until the presentation is over; the user presses the ESC key,
it goes back to slide sorter mode, then they close PowerPoint.
This looks ugly, so I tried adding a button which says exit. The code
behind it is
Private Sub cmdExit_Click()
application.quit.
End Sub
The first time I clicked it the application closed, but not since - now
nothing happens. I have checked the code, it hasn't changed. The button is
named cmdExit.
I even tried adding another button, still nothing.
What could be wrong?
Thanks,
Mich