PC Review


Reply
Thread Tools Rate Thread

Changing Slide Transition Settings for Multiple Files

 
 
scotthillje@gmail.com
Guest
Posts: n/a
 
      21st Jul 2008
Hello - I want to change the Slide Transition settings to "Fade
Smoothly"/"Fast" in 2,000 Powerpoint files. Is there a way to make
this global change to all of these individual files by some batch/
multiple update method instead of opening each one, selecting all of
the slides, and changing the Slide Transition manually?

Thanks -
Scott H
 
Reply With Quote
 
 
 
 
loong
Guest
Posts: n/a
 
      21st Jul 2008
Yes,you can do it.follow these steps:
click the slide show menu(from the menu bar),click slide switch,then the
slide switch pane will appear at the right side of powerpoint file,from the
pane,choose the Fade Smoothly"/"Fast",and do not forget to choose
"apply to all slides" button at the bottom of the pane.

"(E-Mail Removed)" wrote:

> Hello - I want to change the Slide Transition settings to "Fade
> Smoothly"/"Fast" in 2,000 Powerpoint files. Is there a way to make
> this global change to all of these individual files by some batch/
> multiple update method instead of opening each one, selecting all of
> the slides, and changing the Slide Transition manually?
>
> Thanks -
> Scott H
>

 
Reply With Quote
 
scotthillje@gmail.com
Guest
Posts: n/a
 
      22nd Jul 2008
On Jul 21, 7:58*am, Steve Rindsberg <ab...@localhost.com> wrote:
> In article <5da4fced-82a4-4cea-a038-48d8d4f1b...@j33g2000pri.googlegroups..com>,
>
> *wrote:
> > Hello - I want to change theSlideTransitionsettings to "Fade
> > Smoothly"/"Fast" in 2,000Powerpointfiles. *Is there a way to make
> > this global change to all of these individual files by some batch/
> > multiple update method instead of opening each one, selecting all of
> > the slides, and changing theSlideTransitionmanually?

>
> You could do this with VBA. *Put the VBA in a presentation in a folder OTHER
> THAN the folder containing the files you want to process; you don't want the
> snake to eat its own tail.
>
> See this for the general outline:
>
> Batch: Do something to every file in a folderhttp://www.pptfaq.com/FAQ00536.htm
>
> And where you see this in the macro on that page:
>
> * *With oPresentation
> * * * * ' do something
> * * End With
>
> substitute this:
>
> With oPresentation
> * * Dim oSl AsSlide
> * * For Each oSl In ActivePresentation.Slides
> * * * * With oSl.SlideShowTransition
> * * * * * * .EntryEffect = ppEffectFadeSmoothly
> * * * * * * ' uncomment the one you want by removing the ' character
> * * * * * * .Speed = ppTransitionSpeedFast
> * * * * * * '.Speed = ppTransitionSpeedMedium
> * * * * * * '.Speed = ppTransitionSpeedSlow
> * * * * End With
> * * Next
> End With
>
> -----------------------------------------
> Steve Rindsberg, PPT MVP
> PPT FAQ: *www.pptfaq.com
> PPTools: *www.pptools.com
> ================================================
> Live and in personable in the Help Center atPowerPointLive
> Sept 21-24, San Diego CA, USAwww.pptlive.com


Thanks much - I'll give it a try!
 
Reply With Quote
 
loong
Guest
Posts: n/a
 
      22nd Jul 2008
Sorry,Mr MVP.Sorry for misunderstanding in my last post.But I don't mean to
make useless post,I just want to help him.

"Steve Rindsberg" wrote:

> In article <5da4fced-82a4-4cea-a038-(E-Mail Removed)>,
> wrote:
> > Hello - I want to change the Slide Transition settings to "Fade
> > Smoothly"/"Fast" in 2,000 Powerpoint files. Is there a way to make
> > this global change to all of these individual files by some batch/
> > multiple update method instead of opening each one, selecting all of
> > the slides, and changing the Slide Transition manually?

>
> You could do this with VBA. Put the VBA in a presentation in a folder OTHER
> THAN the folder containing the files you want to process; you don't want the
> snake to eat its own tail.
>
> See this for the general outline:
>
> Batch: Do something to every file in a folder
> http://www.pptfaq.com/FAQ00536.htm
>
> And where you see this in the macro on that page:
>
> With oPresentation
> ' do something
> End With
>
> substitute this:
>
> With oPresentation
> Dim oSl As Slide
> For Each oSl In ActivePresentation.Slides
> With oSl.SlideShowTransition
> .EntryEffect = ppEffectFadeSmoothly
> ' uncomment the one you want by removing the ' character
> .Speed = ppTransitionSpeedFast
> '.Speed = ppTransitionSpeedMedium
> '.Speed = ppTransitionSpeedSlow
> End With
> Next
> End With
>
>
> -----------------------------------------
> Steve Rindsberg, PPT MVP
> PPT FAQ: www.pptfaq.com
> PPTools: www.pptools.com
> ================================================
> Live and in personable in the Help Center at PowerPoint Live
> Sept 21-24, San Diego CA, USA
> www.pptlive.com
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sound files intefere with slide transition winderuptight Microsoft Powerpoint 1 2nd Jun 2010 12:13 AM
Why does my slide transition timing keep changing after I fix it?! Zed Microsoft Powerpoint 2 18th Nov 2009 07:58 PM
Do slide transition settings affect On Click animations? =?Utf-8?B?U3dpZnR5?= Microsoft Powerpoint 3 23rd Jan 2005 02:08 PM
Slide Show Transition Settings Freddy B Windows XP Photos 2 8th Apr 2004 08:01 AM
Slide will not advance with automatic transition settings Rachel Microsoft Powerpoint 1 6th Nov 2003 05:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:21 AM.