ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Hiding Links (https://www.excelbanter.com/excel-programming/271335-re-hiding-links.html)

Cesar Zapata[_2_]

Hiding Links
 
Try this


Sub deletescreentip()
Dim cell As Range

On Error Resume Next


For Each cell In Range("a1:a10") ' change your range

cell.Select

ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:= ActiveCell.Value,
ScreenTip:="", TextToDisplay:=ActiveCell.Value

Next cell


End Sub

Cesar Zapata
"David W" wrote in message
...
Does anyone know how to hide the comment box on a hyperlink






All times are GMT +1. The time now is 06:27 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com