LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Suppressing screen tips

Thank you. This worked very well.

"Jim Rech" wrote:

You could run this macro:

Sub ReplaceHyperlinkScreenTips()
Dim HL As Hyperlink
For Each HL In ActiveSheet.Hyperlinks
HL.ScreenTip = "Click to follow"
Next
End Sub


--
Jim
"Wiz1214" wrote in message
...
|I am working in Excel 2002 (10.6501.6735) SP3.
| I need to suppress the screen tips which pop up automatically on
mouse-over
| of a hyperlink in a spreadsheet. I can do this individually, but I am
| working with a reference list of documents which hyperlinks the user to
the
| individual document to view online. With more than 300 links in each
list, I
| would really like to find a global suppression instead of individually
| entering a blank for the screen tip. The screen tip which pops up is the
URL
| for the hyperlink, which by necessity must include the user name and
password
| to connect to the secured site where the documents reside. I do not want
| this displayed to the end user, so I need to supress the screen tips.
| The instructions in the help screen tell me to modify
| TOOLS/CUSTOMIZE/OPTIONS/Other - Show shortcut keys in Screen Tips, but
that
| option is not available on my Options screen. It stops at Show screentips
on
| toolbars, (this option has no effect on this issue).
| I welcome any suggestions to help me avoid individually modifying 300+
| hyperlinks per list. Thank you.



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Screen Tips Karenatallied Excel Discussion (Misc queries) 0 May 10th 06 08:30 PM
Hyperlink Screen Tips not cross platform Randy Klein Excel Discussion (Misc queries) 0 October 12th 05 08:29 AM
Hyperlink Screen Tips in Excel Dave Excel Discussion (Misc queries) 4 June 11th 05 09:57 PM
suppressing the splash screen bullseye Excel Discussion (Misc queries) 4 January 5th 05 05:39 PM
Excel hyperlinks without screen tips morcoff Excel Discussion (Misc queries) 1 December 2nd 04 07:24 PM


All times are GMT +1. The time now is 09:05 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"