View Single Post
  #15   Report Post  
Posted to microsoft.public.excel.misc
judigentry judigentry is offline
external usenet poster
 
Posts: 2
Default how do I remove many hyperlinks from a spreadsheet at one time



"Dave Peterson" wrote:

Select all the cells (ctrl-A (twice in xl2003))
hit alt-f11 (to get to the VBE, where macros live)
hit ctrl-g (to see the immediate window)

type this and hit enter:

selection.hyperlinks.delete

Close the VBE and back to excel to see if it worked.

===
You could even just select a smaller range and just clean that since the command
uses the current selection.

davey wrote:

--

Dave Peterson