I searched this group and found:
Private Sub Worksheet_Change(ByVal Target As Excel.Range)
Target.HyperLinks.Delete
End Sub
Which doesn't quite work. It allows the hyperlink to be formed, but it
removes the formating if I go back.
Is there anyway to turn this off completely or another code that will
stop the dreaded hyperlink? Thank you for any help.
Take a look at
Thank you, thank you.
Thank you!
Is there a way to hide that and keep it open always and forever? Or is
there someway I can put the code someplace that I don't have to see it?
one way is to put the code in an add-in.
Create a new workbook with one worksheet. Paste the code in the
appropriate modules for that workbook. Return to XL.
Save the workbook as an add-in (File/Save As..., choose "Excel Add-in"
from the Format drop-down).
If you want to manually determine whether the add-in is active or not,
save the file to a location of your choice. Install the add-in using
Tools/Add-ins/Select and browse to the add-in).
If you want the add-in to be active all the time, save the file to the
HD:Applications:Microsoft Office 2004:Office:Startup:Excel
folder. Close and reopen XL - hyperlinks will be automatically removed.