Launch second presentation and put it on top

K

kevin.ingle

I'm running a presentation as an e-learning course. The file launches
(as a .pps) from a file server. Once the user gets to the last slide,
there is a button to launch another .pps that is a quiz for the
course. When I run this from inside the PowerPoint interface
everything works fine. However, when I run it from the file server,
once I click on the button I get an error message "Presentations
(unknown member) : Invalid request. The PowerPoint frame window does
not exist."

Here is the code that is executed at the button click event:

Private Sub btnLaunchAssessment_Click()
Presentations.Open ("\\PathOfFile\NameOfFile.pps")
End Sub

Thanks in advance for the assistance.

Kevin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top