A1VBCode Forums

Go to Next Slide in Power Point


http://www.a1vbcode.com/vbforums/Topic29653.aspx

By samuvk - 9/21/2010

I am trying to go to the next slide in Power Point.

I tried:

ActivePresentation.SlideShowWindow.View.Next

ActivePresentation.SlideShowWindow.View.GotoSlide #

but I getting this error:

run-time error ' -2147188160 (80048240)': Presentation (unknown member): invalid request. there is currently no slide show view for this presentation

 

Thank you very much for your help

By KGeo - 7/9/2011

Try this



1.Put the presentation in slideshow mode (F5)



2. ActivePresentation.SlideShowWindow(1).View.Next



ActivePresentation.SlideShowWindow1.View.GotoSlide #



srry for a late reply! Smile