Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 893 Bytes

Excel.Range.ClearHyperlinks.md

File metadata and controls

37 lines (21 loc) · 893 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Range.ClearHyperlinks method (Excel)
vbaxl10.chm144250
vbaxl10.chm144250
Excel.Range.ClearHyperlinks
1bf0613b-4415-a9cc-88e0-5e71f0ab812b
05/10/2019
medium

Range.ClearHyperlinks method (Excel)

Removes all hyperlinks from the specified range.

Syntax

expression.ClearHyperlinks

expression A variable that returns a Range object.

Return value

Nothing

Remarks

Calling the ClearHyperlinks method on the specified range is equivalent to using the Clear Hyperlinks command from the Clear drop-down list in the Editing section of the Home tab. Only hyperlinks will be removed; all other cell content, such as text and formatting, will be unaffected.

[!includeSupport and feedback]