Hyperlink.Follow method (PowerPoint)
Displays the HTML document associated with the specified hyperlink in a new web browser window.
Syntax
expression.Follow
expression A variable that represents a Hyperlink object.
Example
This example loads the document associated with the first hyperlink on slide one in a new instance of the web browser.
ActivePresentation.Slides(1).Hyperlinks(1).Follow
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.