B
Bob Jones
Hope someone can help with this.
I've created a PPS presentation and running it in Kiosk
mode. Each slide has control buttons to navigate back &
forth, replay or exit etc. All the buttons work fine.
But if I hit the ESC key, the presentation ends with VB
error message saying:
'This action will reset your project, proceed anyway?'
It seems to generate an error for every slide circa 30.
Checking with help the one line that might indicate what
the problem is:
'You attempted an edit that prevents continued execution,
for example, you declared a static variable'
To give you an idea of what I've got in the VB coding
Private Sub PreviousButton_Click()
With SlideShowWindows(1).View
.GotoSlide 6
End With
End Sub
So all I've got is 5 control buttons on each slide with
variations of the above code.
So folks, what am I doing wrong, how do I allow the
presentation to be aborted using the ESC key without
generating the error messages?
Thanks
Bob
I've created a PPS presentation and running it in Kiosk
mode. Each slide has control buttons to navigate back &
forth, replay or exit etc. All the buttons work fine.
But if I hit the ESC key, the presentation ends with VB
error message saying:
'This action will reset your project, proceed anyway?'
It seems to generate an error for every slide circa 30.
Checking with help the one line that might indicate what
the problem is:
'You attempted an edit that prevents continued execution,
for example, you declared a static variable'
To give you an idea of what I've got in the VB coding
Private Sub PreviousButton_Click()
With SlideShowWindows(1).View
.GotoSlide 6
End With
End Sub
So all I've got is 5 control buttons on each slide with
variations of the above code.
So folks, what am I doing wrong, how do I allow the
presentation to be aborted using the ESC key without
generating the error messages?
Thanks
Bob