G
gil.horen
Hey,
I'm trying to get the syntax to Find out if a Shape has a Motion
Effect.
All i got is:
I run in a loop on i
With ActivePresentation.Slides(1).TimeLine
If (.MainSequence(ShapeNum).Behaviors(i).MotionEffect)
......and the sentence above doesn't work.
What property should i use?
Thanx,
Gil H.
I'm trying to get the syntax to Find out if a Shape has a Motion
Effect.
All i got is:
I run in a loop on i
With ActivePresentation.Slides(1).TimeLine
If (.MainSequence(ShapeNum).Behaviors(i).MotionEffect)
......and the sentence above doesn't work.
What property should i use?
Thanx,
Gil H.