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 (3 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,removing hyperlinks in excel,excel remove hyperlinks,remove multiple hyperlinks in excel,remove all hyperlinks in excel,remove hyperlinks from excel,,how to remove hyperlink in excel,remove hyperlinks excel,excel remove all hyperlinks,remove hyperlinks from excel spreadsheet,remove hyperlinks in excel 2003,excel 2003 remove hyperlinks,excel remove hyperlink on multiple lines,how to remove multiple hyperlinks in excel,hyperlinks in excel,rstep by step remove a hyperlink in excel spreadsheet,0,excel formula to remove hyperlink,excel remove hyperlink multiple cells,macros in excel for removing hyperlink for a variable range,remove hyperlink excel 2003,remove multiple hyperlinks in excel 2003,delete hyperlink in excel,excel 2003 > remove hyperlinks,excel 2003 remove all hyperlinks,excel copy hyperlink,excel delete hyperlinks,excel remove hyperlink multiple fields at one time,excel removing hyperlinks,excel removing hyperlinks from multiple rows,excel vba remove hyperlink,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 2003,macro to remove hyperlinks in excel,ph,remove all hyperlinks excel,remove html in excel,remove hyperlink excel macro,remove hyperlink excel with formula



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