Thread: [Solved] VBA to next slide
View Single Post
 
Old 04-21-2015, 12:28 PM
JohnWilson JohnWilson is offline Windows 7 64bit Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,914
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

the basic code is

Code:
ActivePresentation.SlideShowWindow.View.GotoSlide (x)
TRhere's no need to use a command button in PPt. Any shape can be used. (use Insert > Action > Run Macro)
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote