View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Philosophaie Philosophaie is offline
external usenet poster
 
Posts: 110
Default Getting Rid of Hyperlinks and Restoring them to a double

I found this and it works:

ActiveSheets.Cells.Hyperlinks.Delete


"Rick Rothstein" wrote:

Try selecting them and then click Edit/Clear/Formats on the menu bar.

--
Rick (MVP - Excel)



"Philosophaie" wrote in message
...
How do you get rid of Hyperlinks and restoring them to a double in VBA
code?


.