view comments without print

G

Guest

hi all,
is there any way to print the documents without comment balloons automaticly.
i mean without select to not show comments or final document
instead of final showing markup
but in the same time i want the balloons to be visible while i'm working in
that document.
thanks for any help.
 
C

Cindy M -WordMVP-

Hi =?Utf-8?B?RmFkaQ==?=,
is there any way to print the documents without comment balloons automaticly.
i mean without select to not show comments or final document
instead of final showing markup
but in the same time i want the balloons to be visible while i'm working in
that document.
This would require a macro that would take care of changing the setting for
you. For example, you could assign a macro like the following to a toolbar
button and place that in your toolbar next to the normal "Print" button (or
substitute for it):

Sub PrintNoComments()
ActiveDocument.PrintOut Background:=false, Item:=wdPrintDocumentContent
End Sub

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :)
 
F

Fadi

Hi Cindy,

i thought that i'll got no answer to my question

but thank you for being here

your idea is brilliant, and i'll use it on my MS word

but the problem that i am working in LAN and we work in the same documents

and my colleagues familiar with the usual print button and I can't create
the macro in all the computers

for that i asked about a simple way to learn them to use, because i am sure
it will be many mistakes especially at the beginning.

Hope I'll hear from you soon




thanks in advance for your support and sorry for bothering




Fadi
 

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

Top