View Single Post
 
Old 03-15-2015, 10:45 AM
JohnWilson JohnWilson is offline Windows 7 64bit Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,913
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

If you are ONLY calling that simple event you may be able to get away without CDhirag's AddIn.

Try this code: (Disable the AddIn if you want)

Sub OnSlideShowPageChange(Wn As SlideShowWindow)
'called on next slide event to reposition the main leader board object
SW.View.Slide.Shapes("MainBoard").IncrementTop -20 '*****
End Sub

You will also need to add ANY item from the control toolbox just off the slide. This item does not need code but will make the method more reliable!

It loops and works in 2013 here.
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote