Workbook.FollowHyperlink Method

Displays a cached document, if it has already been downloaded. Otherwise, this method resolves the hyperlink, downloads the target document, and displays the document in the appropriate application.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Sub FollowHyperlink ( _
    Address As String, _
    SubAddress As Object, _
    NewWindow As Object, _
    AddHistory As Object, _
    ExtraInfo As Object, _
    Method As Object, _
    HeaderInfo As Object _
)
void FollowHyperlink(
    string Address,
    Object SubAddress,
    Object NewWindow,
    Object AddHistory,
    Object ExtraInfo,
    Object Method,
    Object HeaderInfo
)

Parameters

  • Address
    Type: System.String
    The address of the target document.
  • SubAddress
    Type: System.Object
    The location within the target document. The default value is the empty string.
  • NewWindow
    Type: System.Object
    true to display the target application in a new window. The default value is false.
  • AddHistory
    Type: System.Object
    Not used. Reserved for future use.
  • ExtraInfo
    Type: System.Object
    A string or byte array that specifies additional information for HTTP to use to resolve the hyperlink. For example, you can use ExtraInfo to specify the coordinates of an image map, the contents of a form, or a FAT file name.
  • Method
    Type: System.Object
    Specifies the way ExtraInfo is attached. Can be one of the following Microsoft.Office.Core.MsoExtraInfoMethod constants: Microsoft.Office.Core.MsoExtraInfoMethod.msoMethodGet or Microsoft.Office.Core.MsoExtraInfoMethod.msoMethodPost.
  • HeaderInfo
    Type: System.Object
    A string that specifies header information for the HTTP request. The default value is an empty string.

Remarks

Optional Parameters

For information on optional parameters, see Optional Parameters in Office Solutions.

.NET Framework Security

See Also

Reference

Workbook Interface

Microsoft.Office.Tools.Excel Namespace