A
avi
Hello,
I try to run automatically an application at the end of the slide
show. I use:-
Private Sub App_SlideShowNextSlide(ByVal Pres As Presentation)
MsgBox "Welcome!"
Call Shell("C:\Program Files\Flash Movie Player\fmp.exe C:\word
\MainForm.swf")
End Sub
Nothing happens with the code above, not even the msgbox display. I
must miss something
I use PPT2003 or 2007
Thanks
Avi
I try to run automatically an application at the end of the slide
show. I use:-
Private Sub App_SlideShowNextSlide(ByVal Pres As Presentation)
MsgBox "Welcome!"
Call Shell("C:\Program Files\Flash Movie Player\fmp.exe C:\word
\MainForm.swf")
End Sub
Nothing happens with the code above, not even the msgbox display. I
must miss something
I use PPT2003 or 2007
Thanks
Avi