Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Amos
 
Posts: n/a
Default How to remove all hyperlinks from a worksheet in Excel?

I have many HyperLinks on one of my worksheets, which I want to remove them
all. I'm sure EXCEL has a single command to do this but I can't find it!
Please help.
Regards - Amos )
  #2   Report Post  
Nick Hodge
 
Posts: n/a
Default

Amos

This code in a standard module will delete all hyperlinks on the activesheet

You might want to add it to your personal.xls if you use it often

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS


"Amos" wrote in message
...
I have many HyperLinks on one of my worksheets, which I want to remove them
all. I'm sure EXCEL has a single command to do this but I can't find it!
Please help.
Regards - Amos )



  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default

And I bet that code looks something like this:

Option Explicit
sub RemoveHyperLinks
activesheet.cells.hyperlinks.delete
end sub

Nick Hodge wrote:

Amos

This code in a standard module will delete all hyperlinks on the activesheet

You might want to add it to your personal.xls if you use it often

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS

"Amos" wrote in message
...
I have many HyperLinks on one of my worksheets, which I want to remove them
all. I'm sure EXCEL has a single command to do this but I can't find it!
Please help.
Regards - Amos )


--

Dave Peterson
  #5   Report Post  
R.VENKATARAMAN
 
Posts: n/a
Default

try --------------activesheet.hyperlinks.delete (not tested)


Amos wrote in message
...
I have many HyperLinks on one of my worksheets, which I want to remove

them
all. I'm sure EXCEL has a single command to do this but I can't find it!
Please help.
Regards - Amos )





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
remove hyperlinks Dave Excel Discussion (Misc queries) 2 March 4th 05 12:40 AM
How do I remove empty chart plots from linked worksheet charts Lee IT Charts and Charting in Excel 3 January 31st 05 04:31 PM
Need to remove a password that noone placed on Excel worksheet. tuffy1104 Excel Worksheet Functions 2 January 2nd 05 07:12 PM
remove all Hyperlinks at one time. afglass Excel Discussion (Misc queries) 2 January 2nd 05 05:47 PM
hyperlinks and copying a worksheet kimare Excel Worksheet Functions 1 November 23rd 04 03:43 PM


All times are GMT +1. The time now is 12:20 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"