Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
dan dan is offline
external usenet poster
 
Posts: 866
Default Screentip and Hyperlinks

When creating a hyperlink Text to disply is simple enough. but can you have
the screentip text reference a cell from say sheet3 cell b5?? if so how?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 770
Default Screentip and Hyperlinks

Dan,

Just reference it with the ScreenTip parameter like this:

ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:="", SubAddress:= _
"Sheet2!A1", ScreenTip:=Worksheets("Sheet3").Range("B5").Value,
TextToDisplay:="Sheet2!A1"

hth,

Doug

"Dan" wrote in message
...
When creating a hyperlink Text to disply is simple enough. but can you
have
the screentip text reference a cell from say sheet3 cell b5?? if so how?



Reply
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
ScreenTip in the Header Row Gerda Schilling Excel Discussion (Misc queries) 2 February 19th 10 08:56 AM
Screentip Gary''s Student Excel Discussion (Misc queries) 2 May 3rd 08 05:25 PM
Hyperlink Function Screentip Gary''s Student Excel Worksheet Functions 0 April 18th 07 07:00 PM
Screentip above shape Peter Pantus Excel Programming 5 October 27th 04 06:23 PM
UDF screentip No Name Excel Programming 2 February 27th 04 07:16 AM


All times are GMT +1. The time now is 12:24 PM.

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

About Us

"It's about Microsoft Excel"