ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Macro to convert hyperlinks to text (https://www.excelbanter.com/excel-worksheet-functions/60600-macro-convert-hyperlinks-text.html)

Emece

Macro to convert hyperlinks to text
 
I have lots of hyperlinks in a worksheet, want to convert them all into plain
text. I couldnĀ“t find an automatic way to do this other than with macros,
does someone have a macro that do this?

Thanks in advance

Regards
Emece.

John Michl

Macro to convert hyperlinks to text
 
Sub RemoveHyperlinks()
Selection.Hyperlinks.Delete
End Sub

Select the range that has the links (could be the entire sheet), Press
Alt-F8 the run the macro.

- John



All times are GMT +1. The time now is 12:02 AM.

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