Removing hyperlinks for all text in a colum shortkey

C

coastal

Is there a shortcut to removing the hyperlinks in a column so that there is
only text?
 
D

Dave Peterson

Select the column.
Alt-F11 (to get to the VBE)
hit ctrl-g (to see the immediate window)
type this and hit enter:
selection.hyperlinks.delete
 
Top