Item Property (Hyperlinks Collection)

Applies To

Hyperlinks collection object.

Description

Returns a single Hyperlink object from a Hyperlinks collection.

Syntax

expression.Item(Index)

expression Required. An expression that returns a Hyperlinks object.

Index Required Variant. The name or index number of the hyperlink.

Example

The folllowing example activates hyperlink one on cell E5.

Worksheets(1).Range("E5").Hyperlinks.Item(1).Follow