View Single Post
 
Old 01-17-2015, 12:55 PM
JohnWilson JohnWilson is offline Windows 7 64bit Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,912
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

Your code would workonly if all slides were already selected. To apply to all the slides in a presentation use:

' Add Transition
With ActivePresentation.Slides.Range.SlideShowTransitio n ' watch out for the auto added extra space!
.EntryEffect = ppEffectFadeSmoothly
.Speed = ppTransitionSpeedFast
.AdvanceOnClick = msoTrue
End With
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote