HOW DO I INSERT A NOTE TO MYSELF IN THAT DOES NOT PRINT?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I insert text or a text box that does not print. I need to make notes
to myself that do not print.
 
Use comments.
They are either located on the Insert Menu in Word 2003 or on the Review tab
in Word 2007.
 
Victor said:
Use comments.
They are either located on the Insert Menu in Word 2003 or on the Review tab
in Word 2007.

My comments still print on my document.
 
Well, you haven't seen fit to divulge what version of Word you're using so I
won't go into a litany for different versions - especially with Comments.

However what you might look into is formatting the notation text as Hidden,
which is a simple font formatting attribute just like Bold or Italic or
Small Caps. Search it in Help for your version of Word & keep in mind that
it is best [as with *all* formatting] to include it in a Style. Text Boxes
can also be set to have no Fill & no Border so you have more flexibility
with positioning, but better avoided if having the notation in-line but
hidden will suit your requirements.

HTH |:>)
Bob Jones
[MVP] Office:Mac
 
I am using Word 2007. Thank you for your help. When I use text formating
"hidden", I can no longer see the note to myself. I want to see the note
without printing it.
 
Use a macro to hide the hidden formatting, print the document then display
the hidden formatting again eg

ActiveWindow.View.ShowHiddenText = False
ActiveDocument.PrintOut
ActiveWindow.View.ShowHiddenText = True

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Thank you Graham. I hope I am smart enough!! Maybe I'll end up with a macro
to make me hide and unhide!!
 
That seems simple enough! I was just hoping to put a few small notes in a
corner and leave them alone. They would view when I was in the doc and not
print. Just sit up there and replace my short term memory.

JoAnn Paules said:
Why not just hide/show non-printing characters? That's what I do.

--
JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375


Graham Mayor said:
Use a macro to hide the hidden formatting, print the document then display
the hidden formatting again eg

ActiveWindow.View.ShowHiddenText = False
ActiveDocument.PrintOut
ActiveWindow.View.ShowHiddenText = True

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
I do that often. For example, I order supplies for a large group of people.
I use a table in Word to list my supplies and email that to the woman who
actually places the order. Below the table in hidden text is who gets what.
If I didn't do that, I'd forget.

--
JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375


Pepper22 said:
That seems simple enough! I was just hoping to put a few small notes in a
corner and leave them alone. They would view when I was in the doc and
not
print. Just sit up there and replace my short term memory.

JoAnn Paules said:
Why not just hide/show non-printing characters? That's what I do.

--
JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375


Graham Mayor said:
Use a macro to hide the hidden formatting, print the document then
display
the hidden formatting again eg

ActiveWindow.View.ShowHiddenText = False
ActiveDocument.PrintOut
ActiveWindow.View.ShowHiddenText = True

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

Pepper22 wrote:
I am using Word 2007. Thank you for your help. When I use text
formating "hidden", I can no longer see the note to myself. I want
to see the note without printing it.
 
That's about the size of it! I work for a construction co. and I need to
remember who gets what and how many copies and what color the copies are!

JoAnn Paules said:
I do that often. For example, I order supplies for a large group of people.
I use a table in Word to list my supplies and email that to the woman who
actually places the order. Below the table in hidden text is who gets what.
If I didn't do that, I'd forget.

--
JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375


Pepper22 said:
That seems simple enough! I was just hoping to put a few small notes in a
corner and leave them alone. They would view when I was in the doc and
not
print. Just sit up there and replace my short term memory.

JoAnn Paules said:
Why not just hide/show non-printing characters? That's what I do.

--
JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375


Use a macro to hide the hidden formatting, print the document then
display
the hidden formatting again eg

ActiveWindow.View.ShowHiddenText = False
ActiveDocument.PrintOut
ActiveWindow.View.ShowHiddenText = True

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

Pepper22 wrote:
I am using Word 2007. Thank you for your help. When I use text
formating "hidden", I can no longer see the note to myself. I want
to see the note without printing it.
 
My world and welcome to it!

--
JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375


Pepper22 said:
That's about the size of it! I work for a construction co. and I need to
remember who gets what and how many copies and what color the copies are!

JoAnn Paules said:
I do that often. For example, I order supplies for a large group of
people.
I use a table in Word to list my supplies and email that to the woman who
actually places the order. Below the table in hidden text is who gets
what.
If I didn't do that, I'd forget.

--
JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375


Pepper22 said:
That seems simple enough! I was just hoping to put a few small notes
in a
corner and leave them alone. They would view when I was in the doc and
not
print. Just sit up there and replace my short term memory.

:

Why not just hide/show non-printing characters? That's what I do.

--
JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375


Use a macro to hide the hidden formatting, print the document then
display
the hidden formatting again eg

ActiveWindow.View.ShowHiddenText = False
ActiveDocument.PrintOut
ActiveWindow.View.ShowHiddenText = True

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

Pepper22 wrote:
I am using Word 2007. Thank you for your help. When I use text
formating "hidden", I can no longer see the note to myself. I want
to see the note without printing it.
 
Don't forget that you can put this information in the document Properties as
well. I often type letters for a client that will be revised many times, and
by the time we get to the final version I've forgotten whether he wanted a
#10 envelope or a label; so I put this in the Comments property (Summary
tab) when I create the document.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

JoAnn Paules said:
My world and welcome to it!

--
JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375


Pepper22 said:
That's about the size of it! I work for a construction co. and I need to
remember who gets what and how many copies and what color the copies are!

JoAnn Paules said:
I do that often. For example, I order supplies for a large group of
people.
I use a table in Word to list my supplies and email that to the woman who
actually places the order. Below the table in hidden text is who gets
what.
If I didn't do that, I'd forget.

--
JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375


That seems simple enough! I was just hoping to put a few small notes
in a
corner and leave them alone. They would view when I was in the doc and
not
print. Just sit up there and replace my short term memory.

:

Why not just hide/show non-printing characters? That's what I do.

--
JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375


Use a macro to hide the hidden formatting, print the document then
display
the hidden formatting again eg

ActiveWindow.View.ShowHiddenText = False
ActiveDocument.PrintOut
ActiveWindow.View.ShowHiddenText = True

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

Pepper22 wrote:
I am using Word 2007. Thank you for your help. When I use text
formating "hidden", I can no longer see the note to myself. I want
to see the note without printing it.
 
My document changes. I have a table with the item, Office Max part number,
and quantity. I can see where your info would be help tho - just not in my
particular usage. Thanks for the idea! :-)

--
JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375


Suzanne S. Barnhill said:
Don't forget that you can put this information in the document Properties
as
well. I often type letters for a client that will be revised many times,
and
by the time we get to the final version I've forgotten whether he wanted a
#10 envelope or a label; so I put this in the Comments property (Summary
tab) when I create the document.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup
so
all may benefit.

JoAnn Paules said:
My world and welcome to it!

--
JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375


Pepper22 said:
That's about the size of it! I work for a construction co. and I need to
remember who gets what and how many copies and what color the copies are!

:

I do that often. For example, I order supplies for a large group of
people.
I use a table in Word to list my supplies and email that to the woman who
actually places the order. Below the table in hidden text is who gets
what.
If I didn't do that, I'd forget.

--
JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375


That seems simple enough! I was just hoping to put a few small
notes
in a
corner and leave them alone. They would view when I was in the doc and
not
print. Just sit up there and replace my short term memory.

:

Why not just hide/show non-printing characters? That's what I do.

--
JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375


Use a macro to hide the hidden formatting, print the document
then
display
the hidden formatting again eg

ActiveWindow.View.ShowHiddenText = False
ActiveDocument.PrintOut
ActiveWindow.View.ShowHiddenText = True

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

Pepper22 wrote:
I am using Word 2007. Thank you for your help. When I use text
formating "hidden", I can no longer see the note to myself. I want
to see the note without printing it.
 
See http://www.gmayor.com/installing_macro.htm
However note that in Word 2003 at least you can set Word to display hidden
text but not print it (tools > options > view & print) - and this appears to
be the default in Word 2007.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top