
Running a powerpoint show from Excell
Try this
Sub test2()
Dim pwp As Object
Set pwp = CreateObject("PowerPoint.Application")
pwp.Visible = True
Set pwfile = pwp.presentations.Open(Filename:="c:\test.ppt")
pwfile.SlideShowSettings.Run
End Sub
--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl
Quote:
> Hi I have done a help show in powerpoint I need to run it
> from an Excell button, I have checked everywhere for help
> and then I found this site can anyone help with this
> problem please.
> Frank.