M
Mr . .
This code works fine in a macro that is called a minute after the last slide
is displayed, when it is shown as a powerpoint presentation.
I want to lock the keyboard out, force the viewer to see the entire
presentation, which is doable by saving the presentation as a powerpoint
show.
However, when viewed as a powerpoint show, the macro does not work.
How can I change the code to get it to work in a powerpoint show?
I'm not a programmer as you can imagine!
' Get a reference to the PowerPoint Application
object. Set appPowerPoint = CreateObject("PowerPoint.Application")
' Close the presentation.
appPowerPoint.ActivePresentation.Close
' Quit PowerPoint.
appPowerPoint.Quit
' Close the object variable.
Set appPowerPoint = Nothing
is displayed, when it is shown as a powerpoint presentation.
I want to lock the keyboard out, force the viewer to see the entire
presentation, which is doable by saving the presentation as a powerpoint
show.
However, when viewed as a powerpoint show, the macro does not work.
How can I change the code to get it to work in a powerpoint show?
I'm not a programmer as you can imagine!
' Get a reference to the PowerPoint Application
object. Set appPowerPoint = CreateObject("PowerPoint.Application")
' Close the presentation.
appPowerPoint.ActivePresentation.Close
' Quit PowerPoint.
appPowerPoint.Quit
' Close the object variable.
Set appPowerPoint = Nothing