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