Auto Open will only work in an Add In in PowerPoint *(AFAIK)
We are playing with code like this which seems to work so far but no
guarantees!
Sub OnSlideShowPageChange()
If ActivePresentation.SlideShowWindow.View.CurrentShowPosition = 1 Then
MsgBox "This is where the code goes"
End If
End Sub
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.