how do i remove the shaded sidebar for printing?

R

R in AZ

I can't seem to eliminate the shaded sidebar on the righthand side of each
page. It prints out as a light gray area down the page. Would appreciate
anyone's help with this. Thanks. r
 
D

Doug Robbins - Word MVP

It sounds like you have track changes enabled or are showing comments in
balloons

Make sure that in the Tracking section of the Review tab that you have
selected Final and not Final showing markup.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 
A

American since 1749

I have a similar but more complicated question: I'm preparing a
document with several sections, only one of which has or needs any
comment balloons. I need the comments in that section to print, but I
don't want the other sections in the document (the ones with no
comments) to print small to allow space for comments that don't exist
in those sections. The only solution I've found so far is separate
documents; is there a way to display and print the comment balloons
only in a single section of a document, while allowing the rest of the
document to display and print as if there were no comment balloons?
 
S

Suzanne S. Barnhill

There's no way to do exactly what you ask, but you can accomplish what you
want with two separate print runs. For the marked-up section, choose
"Document showing markup" for "Print what." For the rest, choose "Document."
Print the relevant portions by choosing page or section ranges in the Pages
box.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

I have a similar but more complicated question: I'm preparing a
document with several sections, only one of which has or needs any
comment balloons. I need the comments in that section to print, but I
don't want the other sections in the document (the ones with no
comments) to print small to allow space for comments that don't exist
in those sections. The only solution I've found so far is separate
documents; is there a way to display and print the comment balloons
only in a single section of a document, while allowing the rest of the
document to display and print as if there were no comment balloons?
 
A

American since 1749

Thanks, Suzanne, I appreciate the reply. That's probably no better
than keeping separate documents, though; either way, we'll have to
remember to print twice and then collate. Maybe a feature request out
of this?
 
S

Suzanne S. Barnhill

I guess the general feeling is that in the typical document in which some
pages have markup and some don't, the constant changing of margins/font size
would be distracting. Also, document printed out with markup allow plenty of
margin space for further markup by hand.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

Thanks, Suzanne, I appreciate the reply. That's probably no better
than keeping separate documents, though; either way, we'll have to
remember to print twice and then collate. Maybe a feature request out
of this?
 
D

Doug Robbins - Word MVP

If you run the following macro, it will insert the comments in line in the
text:

Dim acomment As Comment
For Each acomment In ActiveDocument.Comments
acomment.Reference.InsertAfter " [Comment: Inserted by " &
acomment.Author & " - " & acomment.Range.Text & "]"
Next acomment

You can then print the document as Final and the comment balloons will not
appear.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.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

Top