Thread
:
How can I disable all Hyperlinks in Excell 2000
View Single Post
#
1
Posted to microsoft.public.excel.misc
Don Guillett
Posts: n/a
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?
Reply With Quote