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