OnSlideShowPageChange(ByVal Wn As SlideShowWindow) and check for currentshowposition =1 if you have more slides should do it BUT these pseudo events are not totally reliable and may not fire at first after a save as. The only reliable way is in an AddIn with a WithEvents Class module (not simple)
|