PC Review


Reply
Thread Tools Rate Thread

Animation Effect

 
 
Dong Chen
Guest
Posts: n/a
 
      25th Jul 2003
I would like to have a group of shapes selected for animation, and let the
animation take place automatically, then dismiss the animation. Here is my
coding:

With
ActiveWindow.Selection.SlideRange(1).Shapes.Range(iShapeIndices).AnimationSe
ttings
.EntryEffect = ppEffectFlyFromBottom
.AdvanceMode = ppAdvanceOnTime
.Animate = msoFalse
End With

However, it doesn't work as I intended. The shapes come up without
animation.

Is there something to do with "design mode" or "presentation mode"?

Thanks.

Dong



 
Reply With Quote
 
 
 
 
Glen Millar
Guest
Posts: n/a
 
      27th Jul 2003
Hi,

I'm no vba guru (or vba anything), but I think I can spot a problem. My
version that does work is:

Sub NextBuild()
SlideShowWindows(1).View.Next
End Sub


Now, that will animate whatever is next to be animated. It starts with:
SlideShowWindows

Yours starts with:

ActiveWindow.Selection

To my mind, that will never run in a slideshow as it is designed for a
window. Anyway, a place perhaps to start looking.

--
Regards,

Glen Millar
Microsoft PPT MVP
http://www.powerpointworkbench.com/
Please tell us your ppt version, and get back to us here
Remove spaces from signature


"Dong Chen" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I would like to have a group of shapes selected for animation, and let the
> animation take place automatically, then dismiss the animation. Here is my
> coding:
>
> With
>

ActiveWindow.Selection.SlideRange(1).Shapes.Range(iShapeIndices).AnimationSe
> ttings
> .EntryEffect = ppEffectFlyFromBottom
> .AdvanceMode = ppAdvanceOnTime
> .Animate = msoFalse
> End With
>
> However, it doesn't work as I intended. The shapes come up without
> animation.
>
> Is there something to do with "design mode" or "presentation mode"?
>
> Thanks.
>
> Dong
>
>
>



 
Reply With Quote
 
Steve Rindsberg
Guest
Posts: n/a
 
      27th Jul 2003
> I'm no vba guru (or vba anything), but I think I can spot a problem. My
> version that does work is:


You'll do nicely.

> Yours starts with:
>
> ActiveWindow.Selection
>
> To my mind, that will never run in a slideshow as it is designed for a
> window. Anyway, a place perhaps to start looking.


A slideshow can have a window, but you'll note that you can't select
anything there, so .Selection won't fly.



 
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
How to disable the taskbar animation effect? _CragTheCode Windows Vista General Discussion 1 3rd Dec 2008 06:17 PM
Peel effect animation Marie Bayes Microsoft Powerpoint 2 17th Nov 2008 05:02 PM
Cropping as animation effect Laila Microsoft Powerpoint 4 3rd Jun 2008 08:35 AM
copy animation effect =?Utf-8?B?SG93IGNhbiBJICBjb3B5ICBhbmltYXRpb24gZWZm Microsoft Powerpoint 2 4th May 2006 06:16 PM
How can I set the default entry effect animation? =?Utf-8?B?U3RhbiBBbGFjaG5pZXdpY3o=?= Microsoft Powerpoint 4 8th Dec 2005 09:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:46 AM.