WebOpenHyperlink Method

Opens the document specified by a hyperlink address. This method is only available when the selected assignment, resource, or task field contains a hyperlink.

Syntax

expression**.WebOpenHyperlink(Address, SubAddress, AddHistory, NewWindow)**

*expression   *     Optional. An expression that returns an Application object.

Address    Optional String. The address of the target document. If Address is omitted, the text of the selected field is used.

SubAddress    Optional String. A location within the target document.

AddHistory    Optional Boolean. True if the target document should be added to the History folder. The default value is True.

NewWindow    Optional Boolean. True if the target document should display in a new window. The default value is False.

Applies to | Application Object

See Also | FollowHyperlink Method | WebAddToFavorites Method | WebCopyHyperlink Method | WebOpenFavorites Method