View Single Post
 
Old 09-21-2012, 09:43 AM
JohnWilson JohnWilson is offline Windows 7 64bit Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,914
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

I was suggesting it WONT work with a ppsm.

Try removing the two lines that minimise the window


Sub newshow()
Dim nextpres As Presentation
Msgbox "OK,I'm running"

SlideShowWindows(1).View.Exit
Set nextpres = Presentations.Open("your full path ")

nextpres.SlideShowSettings.Run
End Sub
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote