Remove Hyperlinks in Excel

October 4, 2009 by vba excel
Filed under: Excel Tips 
Sponsor

Excel Tips Remove Hyperlinks in Excel [Q]

I need help on removing hyperlinks in excel, i’ve just downloaded information from an encyclopedia article for my class and want to eliminate the excel spreadsheet hyperlinks in order to use the information in developing overheads. Unfortunately, there are over 100 within the microsoft excel 2003 document, and to save time, I would like to know how to remove all of the links together rather than individually.

Excel Tips Remove Hyperlinks in Excel [A]

This tips should help you out on removing many hyperlinks in excel spreadsheet at one time:

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. ]

  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Google
  • E-mail this story to a friend!
  • Live
  • MisterWong
  • Propeller
  • StumbleUpon
  • Technorati
  • TwitThis
  • YahooMyWeb
  • Print this article!

Rate This Tips:

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
Loading ... Loading ...


Incoming excel search terms

remove hyperlinks in excel,mss,remove hyperlink excel,remove hyperlink in excel,excel remove hyperlink,how to remove hyperlinks in excel,how to remove hyperlink in excel,removing hyperlinks in excel,,remove hyperlinks from excel,excel remove all hyperlinks,excel remove hyperlink on multiple lines,remove multiple hyperlinks in excel,rstep by step remove a hyperlink in excel spreadsheet,0,excel formula to remove hyperlink,excel remove hyperlink multiple cells,excel remove hyperlinks,macros in excel for removing hyperlink for a variable range,delete hyperlink in excel,excel 2003 > remove hyperlinks,excel copy hyperlink,excel remove hyperlink multiple fields at one time,excel removing hyperlinks,excel removing hyperlinks from multiple rows,excel vba remove hyperlinks,formula to remove multiple hyperlinks in microsoft excel,how to put out hyperlink in excel?,how to remove hyperlink excel,how to remove hyperlinks from multiple cells in excel,how to remove hyperlinks in excel 2003,how to remove multiple hyperlinks in excel,how to remove multiple hyperlinks in excel 2003,hyperlinks in excel,remove hyperlink excel 2003,remove hyperlink excel macro,remove hyperlink excel with formula,remove hyperlink from excel,remove hyperlink in excel 2003,remove hyperlinks excel,remove hyperlinks in excel multiple cells,removing multiple hyperlinks in excel 2003,vba excel remove hyperlink cell,vba to remove hyperlinks,1,ca,cells hyperlink delete range,clear hyperlink in multiple cells,clear hyperlinks excel,clearing multiple hyperlinks in excel



Related Excel Tips

Comments

2 Comments on Remove Hyperlinks in Excel

  1. Ashish Mathur on Mon, 5th Oct 2009 1:48 am
  2. Hi,

    Here is another non VBA way. Type 1 in any cell. Copy it and then select the range of 100 cells which have the hyperlinks. Press Alt+E+S > Multiply.

    This will remove all hyperlinks.

  3. Nick Burns on Mon, 5th Oct 2009 5:18 am
  4. Skip the first step of selecting cells and change the code to the following in the immediate window:

    activesheet.hyperlinks.delete

Have another excel answer or questions for this problem ?
Feel free to post it here..