PC Review


Reply
Thread Tools Rate Thread

deleting lots of hyperlinks in Excel 2007

 
 
Jane
Guest
Posts: n/a
 
      21st Nov 2008
I have 280 hyperlinks in Excel 2007 worksheet which I want to delete without
having to do each one manually. Does anyone know a short cut that will
delete them all in a few key strokes? Many thanks in anticipation
 
Reply With Quote
 
 
 
 
Daniel.C
Guest
Posts: n/a
 
      21st Nov 2008
Execute the following macro :

Sub test()
ActiveSheet.Hyperlinks.Delete
End Sub

HTH
Daniel

> I have 280 hyperlinks in Excel 2007 worksheet which I want to delete without
> having to do each one manually. Does anyone know a short cut that will
> delete them all in a few key strokes? Many thanks in anticipation



 
Reply With Quote
 
Lori
Guest
Posts: n/a
 
      21st Nov 2008
Click Edit-Find and in the options choose the format from a cell with a
hyperlink, click find All, select all cells by pressing ctrl+A then press
delete.

"Jane" wrote:

> I have 280 hyperlinks in Excel 2007 worksheet which I want to delete without
> having to do each one manually. Does anyone know a short cut that will
> delete them all in a few key strokes? Many thanks in anticipation

 
Reply With Quote
 
Jane
Guest
Posts: n/a
 
      21st Nov 2008
Thanks for your prompt reply. I found by selecting a cell without a
hyperlink then using the FORMAT PAINTER and highlighting the column, it
removed all the hyperlinks.

"Daniel.C" wrote:

> Execute the following macro :
>
> Sub test()
> ActiveSheet.Hyperlinks.Delete
> End Sub
>
> HTH
> Daniel
>
> > I have 280 hyperlinks in Excel 2007 worksheet which I want to delete without
> > having to do each one manually. Does anyone know a short cut that will
> > delete them all in a few key strokes? Many thanks in anticipation

>
>
>

 
Reply With Quote
 
Jane
Guest
Posts: n/a
 
      21st Nov 2008
Many thanks

"Lori" wrote:

> Click Edit-Find and in the options choose the format from a cell with a
> hyperlink, click find All, select all cells by pressing ctrl+A then press
> delete.
>
> "Jane" wrote:
>
> > I have 280 hyperlinks in Excel 2007 worksheet which I want to delete without
> > having to do each one manually. Does anyone know a short cut that will
> > delete them all in a few key strokes? Many thanks in anticipation

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      21st Nov 2008
You sure that the hyperlink was deleted?

Or was the cell formatted so it look like the hyperlink was deleted?

Jane wrote:
>
> Thanks for your prompt reply. I found by selecting a cell without a
> hyperlink then using the FORMAT PAINTER and highlighting the column, it
> removed all the hyperlinks.
>
> "Daniel.C" wrote:
>
> > Execute the following macro :
> >
> > Sub test()
> > ActiveSheet.Hyperlinks.Delete
> > End Sub
> >
> > HTH
> > Daniel
> >
> > > I have 280 hyperlinks in Excel 2007 worksheet which I want to delete without
> > > having to do each one manually. Does anyone know a short cut that will
> > > delete them all in a few key strokes? Many thanks in anticipation

> >
> >
> >


--

Dave Peterson
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Loss of Hyperlinks in Excel 2007 Etz99 Microsoft Excel Misc 0 19th Nov 2009 01:09 AM
Hyperlinks in Excel 2007 FlowerGirl Microsoft Excel Misc 1 15th Apr 2009 04:51 PM
Hyperlinks in Excel 2007 Wiley 1 Microsoft Excel Worksheet Functions 1 5th Feb 2009 11:35 PM
Excel 2007 & Hyperlinks Anne K Microsoft Excel Misc 1 16th May 2008 12:24 AM
Hyperlinks and Excel 2007 =?Utf-8?B?VHJhaW5pbmcgU3BlYy4=?= Microsoft Frontpage 6 7th Jun 2007 07:27 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:14 AM.