PowerPoint 2010 Transitions

PowerPoint 2010 comes with more transitions. The following VBA code will cycle through all the slides in a slide deck and add a different transition to each slide. If there are more slides than transitions, the transitions are reused. Public Sub SetTransition() Dim Transitions() As Variant Dim trans1 As Integer Dim sld As slide Transitions()Continue reading “PowerPoint 2010 Transitions”