Slide Show and VB Error

N

Nadia

Hello all,

I am working on a prototype. I have it so that when the
user clicks on the Save command button, a msgbox should
display and then take the user to a different slide.

Yet, when I run it, I get the following error:
"Run Time error '-2147188160 (80048240):
Prensentation (unknown member): Invalid Request. There is
currently no slide show view for this presentation."

I am not sure what this error means. I can get it to work
when I specify nextslide and not the actual slide number.

Here is my code:
Private Sub cmdSubmit_Click()
MsgBox ("Your information has been saved")
ActivePresentation.SlideShowWindow.View.GotoSlide (8)

Thanks in advance for your help!
Nadia
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top