Remove hyperlink in Excel worksheet

  • Thread starter Thread starter Kent
  • Start date Start date
K

Kent

Dear all,

Please advise the way remove the hyperlink in my excel worksheet.

Thanks

Kent
 
Hi,

Right click the link and select 'remove hyperlink' form the popup menu.

Mike
 
You can select the cell with the name (and hyperlink) and hit ctrl-k (this
option is Insert|Hyperlink in xl2003 menus and in the Insert Tab of the ribbon
(Links group)).

And remove each hyperlink one at a time.

Another way if you have more than a couple.

Select the range to fix (all the cells is ok if you want)
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

then hit alt-f11 to get back to excel and see if it worked.
 

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