I need help with Removing hyperlinks!

  • Thread starter Thread starter K.C.
  • Start date Start date
K

K.C.

I have several excel spreadsheets that are filled with
embedded hyperlinks. Is there a fast way to remove them
all from a worksheet at one time rather than try to delete
them individually? Thank you for your help.
 
another
Sub HyperlinksOut()
ActiveSheet.Hyperlinks.Delete
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top