Share via


Hyperlink.Follow Method

PowerPoint Developer Reference

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.

Visual Basic for Applications
  ActivePresentation.Slides(1).Hyperlinks(1).Follow

See Also