Thread: [Solved] VBA in Powerpoint
View Single Post
 
Old 11-21-2015, 02:05 PM
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

Previous is not a method that applies to SlideShowWindow (there is usually only one SSW)

This might be what you mean:

Code:
Sub PatientAdd()
MsgBox "Patient Added Successfully"
ActivePresentation.SlideShowWindow.View.Previous
End Sub
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote