D
Dong Chen
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
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