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.
|