Firstly, I'm not sure if I've posted this question in the correct forum -
please tell me if there is a more appropriate one.
Due to space constraints, I have had to use some abbreviations in a
document. This seems to be confusing quite a few users of the document so
I'd like to create some screen tips which would appear when the cursor hovers
over each abbreviation and disappear when the cursor moves elsewhere. I've
made a list of abbreviations but something on-screen would be ideal. The
only tutorial I have found so far
(http://www.ehow.com/way_5164861_microsoft-word-screen-tips.html) achieves
what I want but it turns every abbreviation into a blue hyperlink that goes
nowhere and the pop-up label contains the following text in bold "Ctrl +
Click to follow link" which I don't want.
Is there a better way to create my own screen tips?
AutoTextList fields are normally used to create drop-down lists in documents
but if you follow the instructions below, you will have a field with no
drop-down list – but the field will still show the screentip that is part of
the AutoTextList attributes:
1. Press Ctrl+F9 to insert a set of field braces (cannot be typed using
normal characters).
2. Between the braces, type:
AutoTextList "text to display in the field" \s NoStyle \t "screen tip text"
Instead of "text to display in the field" and "screen tip text", type the
desired text. The ScreenTip can hold up to 255 characters. “NoStyle” could be
another name – it must be the name of a non-existing style.
3. Press F9 to update the field (if this does not toggle field codes, press
Alt+F9).
If a user who use your document has field shading set to “Always”, the
display text will be shown with gray shading on the screen (Word 2003 or
earlier: Tools > Options > View tab > Field shading > Always). The gray
shading does not print.
--
Regards
Lene Fredborg - Microsoft MVP (Word)
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org
"Lene Fredborg" <l...@REMOVETHISthedoctools.com> wrote in message
news:65ACC680-C9AE-484D...@microsoft.com...
If I may draw on your expertise again... do you have any tips on copying and
pasting an AutoTextList fields to other parts of the document please? The
abbreviations are repeated several times.
I'm working with Word 2007.
Thanks,
Ailish
--
Regards
Lene Fredborg - Microsoft MVP (Word)
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word
Ailish
I'm back again...
Do you know if there is a way to control where line breaks occur in the
screen tip text?
Ailish
I will test more later – need to stop now (it is very, very late here…). I
will let you know if I find a method that works.
I got the overlapping letters too - I wondered if it was just me.
I also tried using Shift+Enter but that made no difference.
Then, just in case, I tried the code I use in MsgBoxes in VBA:
& vbNewLine &
It didn't work of course but it was worth a try before I bothered you again.
Ailish
If you right-click one of the AutoTextList fields, you may see a whole list
of all available AutoTexts – and if the user selects from the list, the
AutoText in question will be inserted…
Unfortunately, there may not be any way to prevent this behavior.
In order for the user to easily identify the places in the document where
“screen tips” are found, you could create a character style that applies
specific attributes such as a shading color to the text. You could then apply
that style to the special hyperlinks.
I don’t know of any method to prevent the “CTRL + click…” line from
appearing in the screen tip.
--
Regards
Lene Fredborg - Microsoft MVP (Word)
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word
Ailish