![]() |
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