Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
remove hyperlinks | Excel Discussion (Misc queries) | |||
How do I remove empty chart plots from linked worksheet charts | Charts and Charting in Excel | |||
Need to remove a password that noone placed on Excel worksheet. | Excel Worksheet Functions | |||
remove all Hyperlinks at one time. | Excel Discussion (Misc queries) | |||
hyperlinks and copying a worksheet | Excel Worksheet Functions |