Follow Method

Microsoft PowerPoint Visual Basic

Displays the HTML document associated with the specified hyperlink in a new Web browser window.

expression.Follow

expression    Required. An expression that returns 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