Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I use VBA to remove a hyperlink from a cell, while retaining the
cell content? Thanks, Keith |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
sub hypergone()
Selection.Hyperlinks.Delete end sub Just select the cells you want to clean first and then run the macro. God Luck -- Gary's Student "keithb" wrote: How can I use VBA to remove a hyperlink from a cell, while retaining the cell content? Thanks, Keith |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You've got another very similar answer in .misc.
keithb wrote: How can I use VBA to remove a hyperlink from a cell, while retaining the cell content? Thanks, Keith -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Odd Remove Hyperlink Behavior | Excel Discussion (Misc queries) | |||
How do I remove hyperlink if 'remove' option is disabled | New Users to Excel | |||
Remove hyperlink when pasting | Links and Linking in Excel | |||
Remove Hyperlink | Setting up and Configuration of Excel | |||
Remove Hyperlink | Excel Worksheet Functions |