A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Powerpoint, Publisher and Visio » Powerpoint
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

PP 2002, transitions and timings question



 
 
Thread Tools Display Modes
  #1  
Old May 20th, 2004, 12:26 AM
Melissa
external usenet poster
 
Posts: n/a
Default PP 2002, transitions and timings question

We have a presentation done in PP 2000. The timings are not all the same on
each slide. I have most of the transitions set at "vertical bars" with a few
slides using different ones.

When using another system running PP 2002, there doesn't seem to be a way to
set the show to "random vertical bars" (or whatever it's called) to "apply
to all slides" without also changing the timings to all the same.

There must be a way to apply a transition effect to all the slides without
changing the existing timings.

Any help would be appreciated. I know more about PP 200 than 2002 and don't
have a lot of time to mess with figuring it out.

Melissa


  #2  
Old May 20th, 2004, 02:59 AM
Bill Dilworth
external usenet poster
 
Posts: n/a
Default PP 2002, transitions and timings question

You'll need to create a VBA macro to change only the slide transition
property.

=====Begin Macro Code========
Option Explicit

Sub ChangeTransitions()
Dim x As Integer

For x = 1 To ActivePresentation. _
Slides.Count
ActivePresentation.Slides(x). _
SlideShowTransition.EntryEffect = _
ppEffectRandomBarsVertical
Next x

End Sub
========end code=========

--
Bill Dilworth, Microsoft PPT MVP
===============
Please spend a few minutes checking vestprog2@
out www.pptfaq.com This link will yahoo.
answer most of our questions, before com
you think to ask them.

Change org to com to defuse anti-spam,
ant-virus, anti-nuisance misdirection.
..
..

"Melissa" wrote in message
...
We have a presentation done in PP 2000. The timings are not all the same

on
each slide. I have most of the transitions set at "vertical bars" with a

few
slides using different ones.

When using another system running PP 2002, there doesn't seem to be a way

to
set the show to "random vertical bars" (or whatever it's called) to "apply
to all slides" without also changing the timings to all the same.

There must be a way to apply a transition effect to all the slides without
changing the existing timings.

Any help would be appreciated. I know more about PP 200 than 2002 and

don't
have a lot of time to mess with figuring it out.

Melissa




 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:44 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.