SlideShowView.GotoClick method (PowerPoint)
Plays an animation associated with a specified mouse click and any animations that follow on the slide.
Syntax
expression. GotoClick
(Index)
expression A variable that represents a SlideShowView object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Index | Required | Long | The index number of the mouse click that initiates an animation. |
Remarks
Use the GetClickIndex method to return the index number of the current mouse click for an animation that is actively playing on a slide or has just finished.
Specifying a value of 0 for Index plays animations beginning at the point just before any animations that run automatically. Specifying a value of msoClickStateBeforeAutomaticAnimations for Index moves to the point just before any animations that run automatically, and then pauses. Specifying an value of msoClickStateAfterAllAnimations for Index moves to the point after all animations.
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.