I heart Excel
Board Regular
- Joined
- Feb 28, 2011
- Messages
- 66
I am trying to turn off automatic Hyperlink formatting.
I know how to do it for each individual PC, but I require it for a particular document.
I have entered a Macro -
Sub ZapHyperlinks()
Cells.Hyperlinks.Delete
End Sub
But this means the end user filling out the form, has to ensure they select CTRL+z to run it. Is there anyway it can be done automatically for the document?
Thanks
I know how to do it for each individual PC, but I require it for a particular document.
I have entered a Macro -
Sub ZapHyperlinks()
Cells.Hyperlinks.Delete
End Sub
But this means the end user filling out the form, has to ensure they select CTRL+z to run it. Is there anyway it can be done automatically for the document?
Thanks