G
Guest
I'm trying to open an powerpoint presentation with this code:
Set PowerpointApp = GetObject("& strDocName &")
pr.SlideShowSettings.Run
the strdocname holds the filename and the value is set a few lines before.
But the PowerpointApp is always "nothing" and no file is opening.
Any helpful hint?
jokobe
Set PowerpointApp = GetObject("& strDocName &")
pr.SlideShowSettings.Run
the strdocname holds the filename and the value is set a few lines before.
But the PowerpointApp is always "nothing" and no file is opening.
Any helpful hint?
jokobe