View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Disable hyperlinks that already exist

Are the hyperlinks created using the =HYPERLINK function?

If so, the following wil not work and you will have to remove them
individually.

Otherwise, run this macro.

Sub DelAllHyperlinks()
ActiveSheet.HyperLinks.Delete
End Sub


Gord Dibben MS Excel MVP

On Wed, 17 Sep 2008 13:11:00 -0700, Ken
wrote:

Anyway to disable hyperlinks that already exist in an excel document? I know
of the disable in autocorrect but this is when the document comes from
someone else who has made the hyperlinks active...