Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 202
Default deleting lots of hyperlinks in Excel 2007

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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 105
Default deleting lots of hyperlinks in Excel 2007

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



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 272
Default deleting lots of hyperlinks in Excel 2007

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

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 202
Default deleting lots of hyperlinks in Excel 2007

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




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 202
Default deleting lots of hyperlinks in Excel 2007

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



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default deleting lots of hyperlinks in Excel 2007

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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2007 & Hyperlinks Anne K Excel Discussion (Misc queries) 1 May 16th 08 12:24 AM
Deleting rows in Excel 2007 using filters Bentam7 Excel Discussion (Misc queries) 1 March 26th 08 11:50 AM
Deleting multiple hyperlinks Tamsin Excel Discussion (Misc queries) 5 November 12th 07 10:43 AM
deleting sheets in Excel 2007 ( Beta 2 ) charles21 Excel Worksheet Functions 2 August 8th 06 05:22 PM
deleting sheets in Excel 2007 ( Beta 2 ) charles21 Excel Worksheet Functions 2 June 25th 06 02:01 AM


All times are GMT +1. The time now is 08:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"