ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Excel should let you remove hyperlinks for any range or selection (https://www.excelbanter.com/excel-discussion-misc-queries/86648-excel-should-let-you-remove-hyperlinks-any-range-selection.html)

Mark B

Excel should let you remove hyperlinks for any range or selection
 
The workaround (multiply range by "1") is rediculous and impacts cells in
range with other types of formating.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...lic.excel.misc

Chip Pearson

Excel should let you remove hyperlinks for any range or selection
 
You can use the following VBA code:

Sub AAA()
Dim HL As Hyperlink
For Each HL In ActiveSheet.Hyperlinks
HL.Delete
Next HL
End Sub

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Mark B" <Mark wrote in message
...
The workaround (multiply range by "1") is rediculous and
impacts cells in
range with other types of formating.

----------------
This post is a suggestion for Microsoft, and Microsoft responds
to the
suggestions with the most votes. To vote for this suggestion,
click the "I
Agree" button in the message pane. If you do not see the
button, follow this
link to open the suggestion in the Microsoft Web-based
Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...lic.excel.misc




All times are GMT +1. The time now is 08:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com