D Denny Nov 3, 2003 #1 How can hyperlinks be automatically deactivated in a column in Excel 2000? Thanks
K Ken Wright Nov 3, 2003 #2 Put the following into a code module and run it. Sub RemoveHyperlinks() On Error Resume Next Selection.Hyperlinks.Delete End Sub
Put the following into a code module and run it. Sub RemoveHyperlinks() On Error Resume Next Selection.Hyperlinks.Delete End Sub