Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Another way:
Sub hyper_be_gone() For Each r In ActiveSheet.UsedRange If r.Hyperlinks.Count 0 Then r.ClearContents End If Next End Sub -- Gary''s Student - gsnu200747 "San" wrote: The below code removes hyperlinks Sub ZapHyperlinks() Cells.Hyperlinks.Delete End Sub However it also removes the formatting(color/border) of the cell . Any idea on how to protect the format of the cell |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
removing more than one hyperlink | Excel Discussion (Misc queries) | |||
Removing Hyperlink | Excel Worksheet Functions | |||
Removing Mail to: hyperlink option | Excel Discussion (Misc queries) | |||
Removing Hyperlink | Excel Discussion (Misc queries) | |||
Removing hyperlink | Excel Discussion (Misc queries) |