Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I can insert a hard return in a hyperlink screentip in VBA with:
Sub Macro2() With Selection.Hyperlinks(1) ..ScreenTip = "Now is the time" & Chr(10) & "for all good men" End With End Sub Can I do this without VBA ? -- Gary''s Student - gsnu2007 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hyperlink Function Screentip | Excel Worksheet Functions | |||
Hyperlink "ScreenTip" with Graphics file? | Excel Discussion (Misc queries) | |||
why can't you right click then paste inside screentip box? | Excel Discussion (Misc queries) | |||
How do I Hide Excel 2002 Hyperlink ScreenTip? | Excel Discussion (Misc queries) | |||
VBA-generated ScreenTip from an autoshape | Excel Discussion (Misc queries) |