B
BoomerM3
In a VBA Add-in, I created a shape called 'GT' on each slide of the
presentation. I then added the following code to animate the shape.
However, it is affecting all the objects on each slide - changing most
of them to advance without click.
With oSld.Shapes("GT").AnimationSettings
.EntryEffect = ppEffectFlyFromBottom
.AdvanceMode = ppAdvanceOnTime
.AdvanceTime = 0
.Animate = msoTrue
End With
If this is a 'naming' issue, how can I change only the shape I just
added (the last shape on the slide)?
I'm stuck.
peter
presentation. I then added the following code to animate the shape.
However, it is affecting all the objects on each slide - changing most
of them to advance without click.
With oSld.Shapes("GT").AnimationSettings
.EntryEffect = ppEffectFlyFromBottom
.AdvanceMode = ppAdvanceOnTime
.AdvanceTime = 0
.Animate = msoTrue
End With
If this is a 'naming' issue, how can I change only the shape I just
added (the last shape on the slide)?
I'm stuck.
peter