View Single Post
  #5   Report Post  
Posted to microsoft.public.word.pagelayout
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Description Boxes

There is something you can do, but it takes some setup on each computer
where it would be used. You can create a macro to do it, but that won't do
anything if the person's copy of Word is set to disable macros.

The manual way to set it up is this: Go to Tools Options View and check
the option to display Hidden text. Then go to the Print tab of the same
dialog and uncheck the option to print Hidden text. That way, any text
that's formatted as Hidden will appear on screen but won't print. Then
format all the instructions (preferably by using a paragraph style) as
Hidden text.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

Shaun wrote:
Jay,
Thank you for the tip, I can use this but hope you may be able to
better satisfy my need. I would like to have a Box (text/description
box) that displays instructions/tips either next to, above or below a
specific area in the document, but does not print. Eg. They read a
title and below the title is a description of what the user might
place under it. This gives them directions/suggestions that they can
see on screen, but when printed it is not visible, the document
closing up to where the comment was????

Thanks heaps,

On Tue, 5 Aug 2008 13:49:03 -0700, Jill
wrote:

In Word 2003, is it possible to add description boxes - whereas you
put your cursor over the title of something in a document and a
description or definition pops up? (Similar to the way you can add
"comments" in Excel.)


Insert a field with a field code like this:

{ AutoTextList "display text" \s NoStyle \t "Put the definition
here" }

The display text is what appears in the document body (the quote
marks are
necessary in the field code, but won't appear in the document body).

The switch \s NoStyle makes the field do nothing (normally it would
display a
dropdown with a list of AutoText entries).

The \t switch defines the text that appears when you hover the mouse
over the
field. It can display up to 255 characters.

It works in Word 2003 and 2007. It works if the field is in a
header/footer, and
it still works in the protected text of a protected form (but not in
the
header/footer of a protected form).

The field can be built from scratch (press Ctrl+F9 to insert the
field markers)
or it can be created from the Insert Field (or Insert Quick
Parts Field in
Word 2007) dialog. If you use the dialog, the display text goes in
the New Value
box; the NoStyle switch goes in the Context box; and the help text
goes in the
Tooltip box (I wish that was bigger! You can type out the text
elsewhere, copy
it, and paste it into the box with Ctrl+V).

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.