View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett
 
Posts: n/a
Default How can I disable all Hyperlinks in Excell 2000

try this

Sub HyperlinksOut()
ActiveSheet.Hyperlinks.Delete
End Sub

--
Don Guillett
SalesAid Software

"penguino18" wrote in message
...
I am trying to disable all hyperlinks without having to do each one
individually. Is there a way to do this?