Is there any other way to move to the next slide using VBA other than:
SlideShowWindows(1).View.GotoSlide 3
The reason I ask is that the above code falls over if the PPS file is run from a web page. Basically all I want the show to do at a certain point is go to the next slide.
Is there a command like:
Application.goto.NextSlide
or similar? Thanks for your help!