Effect.EffectInformation property (PowerPoint)
Returns an EffectInformation object that represents information for a specified animation effect.
Syntax
expression. EffectInformation
expression A variable that represents an Effect object.
Return value
EffectInformation
Example
This example adds a sound effect to the main animation sequence for a given shape.
Sub AddSoundEffect()
Dim effMain As Effect
Set effMain = ActivePresentation.Slides(1).TimeLine.MainSequence(1)
MsgBox effMain.EffectInformation.AfterEffect
End Sub
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.