Partager via


SoundEffect.Play Method (PowerPoint)

Plays the specified sound effect.

Syntax

expression .Play

expression A variable that represents a SoundEffect object.

Example

This example plays the sound effect that's been set for the transition to slide two in the active presentation.

ActivePresentation.Slides(2).SlideShowTransition.SoundEffect.Play

See Also

Concepts

SoundEffect Object Members

Player Object Members

SoundEffect Object

Player Object