PPT 2007/2010 Remove ALL animations and slide transitions

User avatar
DaveA
GoldLounger
Posts: 2599
Joined: 24 Jan 2010, 15:26
Location: Olympia, WA

PPT 2007/2010 Remove ALL animations and slide transitions

Post by DaveA »

when one receives a large PowerPoint file and the animations and transition have been poorly done, how does one remove them ALL and start over?
I am so far behind, I think I am First :evilgrin:
Genealogy....confusing the dead and annoying the living

User avatar
HansV
Administrator
Posts: 78391
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: PPT 2007/2010 Remove ALL animations and slide transition

Post by HansV »

To remove all transitions:
- In Normal view, press Ctrl+A, click in the navigation pane and press Ctrl+A to select all slides.
- Activate the Animations tab of the ribbon.
- Click No Transition (the first button in the Transition to This Slide group).

To remove all animation, you need to run a little macro (courtesy of PowerPoint MVP John Wilson):

Code: Select all

Sub zap_ani()
  Dim osld As Slide
  Dim i As Integer
  For Each osld In ActivePresentation.Slides
    With osld.TimeLine.MainSequence
      For i = .Count To 1 Step -1
        .Item(i).Delete
      Next i
    End With
  Next osld
End Sub
Best wishes,
Hans

User avatar
DaveA
GoldLounger
Posts: 2599
Joined: 24 Jan 2010, 15:26
Location: Olympia, WA

Re: PPT 2007/2010 Remove ALL animations and slide transition

Post by DaveA »

Thanks Hans,
we will give it a try as we are both new to macros in PowerPoint.
I am so far behind, I think I am First :evilgrin:
Genealogy....confusing the dead and annoying the living

fojisb178
NewLounger
Posts: 1
Joined: 07 Apr 2012, 03:14

Re: PPT 2007/2010 Remove ALL animations and slide transition

Post by fojisb178 »

go to slide show(next to animations)>setup slide show>show options>check show without animations(above pen color in 2010). remember me in ur prayers!! thhxxx