G
Guest
H
I want to open a number of presentations with the viewer from a script. So far I have
' Change the path and file name to specify the presentation you want to open
Const PRESENTATION_NAME = "D:\test.ppt
' Launch and get reference to PowerPoint Viewer
Set oViewer = CreateObject("PowerPointViewer.Application"
' Start a presentation in PowerPoint Viewer
oViewer.NewShow "d:\test.ppt", ppViewerSlideShowManualAdvance, msoTru
However, this does not do anything. Anyone klnow the way of doing this as a script
Thanks
Nick Bowde
(e-mail address removed)
I want to open a number of presentations with the viewer from a script. So far I have
' Change the path and file name to specify the presentation you want to open
Const PRESENTATION_NAME = "D:\test.ppt
' Launch and get reference to PowerPoint Viewer
Set oViewer = CreateObject("PowerPointViewer.Application"
' Start a presentation in PowerPoint Viewer
oViewer.NewShow "d:\test.ppt", ppViewerSlideShowManualAdvance, msoTru
However, this does not do anything. Anyone klnow the way of doing this as a script
Thanks
Nick Bowde
(e-mail address removed)