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 (1 votes, average: 5.00 out of 5)
Loading ... Loading ...


Incoming excel search terms

remove hyperlinks in excel,rstep by step remove a hyperlink in excel spreadsheet,macros in excel for removing hyperlink for a variable range,mss,,excel formula to remove hyperlink,how to put out hyperlink in excel?,how to remove hyperlinks in excel,remove hyperlink excel,remove hyperlink excel macro,removing hyperlinks in excel,removing multiple hyperlinks in excel 2003,cells hyperlink delete range,delete hyperlink in excel,delete hyperlink in range excel,delete hyperlinks in excel,delete multiple hyperlinks in excel 2003,excel 2003 remove all hyperlinks type 1,excel 2003 remove hyperlinks,excel copy hyperlink,excel copy worksheet vbe,excel copying hyperlink vba,excel delete multiple hyperlinks,excel remove all hyperlinks,excel remove all hyperlinks selection,excel remove email hyperlink,excel remove hyperlink together multiple cells,excel remove hyperlink vba,excel remove hyperlinks from range,excel vba delete hyperlink,excel vba remove all hyperlinks,excel vba remove hyperlinks,excel vba remove hyperlinks 2003,exceltips for 4 october 2009,formula for excel to remove hyperlink,formula for removing hyperlink in excel,formula to remove hyperlink,formula to remove hyperlinks from excel,how to remove all hyperlinks from image,how to remove hyperlink on excel on many lines,how to remove hyperlinks from multiple cells in excel 2003,how to remove hyperlinks in an excel file at a time,how to remove hyperlinks in multiple rows,how to remove many hyperlinks togther excel 2003,how to remove multiple hyperlinks in excel,how to remove multiple hyperlinks in excel 2003,how to remove the hyperlinks inexcel,macro to remove hyperlinks in excel,macro toremove hyperlinks out of excel,microsoft excel 2003 remove hyperlink



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