Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General PowerPoint Questions / October 2006

Tip: Looking for answers? Try searching our database.

removing animations?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Geoff Cox - 28 Oct 2006 00:42 GMT
Hello,

Do I have any of the following right?

1. Shyam's code will remove animations from all slides but will not
touch the slide master.

Dim I As Integer: Dim J As Integer
For I = 1 To .Slides.Count
    For J = .Slides(I).TimeLine.MainSequence.Count To 1 Step -1
    .Slides(I).TimeLine.MainSequence(J).Delete
    Next J
Next I

2. Slide master animations can be removed using the Animation Schemes
/ No animation.

3. I assume VBA can be used to carry out (2) above. What would this
be?!

Cheers

Geoff
Geoff Cox - 29 Oct 2006 08:38 GMT
>2. Slide master animations can be removed using the Animation Schemes
>/ No animation.
>
>3. I assume VBA can be used to carry out (2) above. What would this
>be?!

I haev just found a line of Shyam's on the Net which gave the answer!

For i = oPresentation.Designs(1).SlideMaster.TimeLine.
_MainSequence.Count To 1 Step -1
 
oPresentation.Designs(1).SlideMaster.TimeLine. _
MainSequence(i).Delete
   
Next i

Geoff
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.