View Single Post
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default How can I block certain section of a word document from getting pr

The short answer is that you can't. It is not possible to put separate
passwords on different sections and any user who is allowed to see the form
can do what they wish with it, including saving a version without the
password.

You could create a macro that prints only sections 1 and 3 easily enough,
but it won't stop anyone obtaining a printout of sections 2 and 4.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


Jey wrote:
Hi ,

I have a word document in which there are many sections( have placed
cont. section break between all sections ). For eg

Section1
Sample for first section

Section2
Sample for second section

Section3
Sample for third section

Section4
Sample for fourth section

I provide this document to various users. The follwoing are my
requirements

1.I should be able to protect my sections with different password and
not with a single password

2.When user click on print , only section1 and 3 should be printed.
the rest should not be printed.

Please let me know how I can complete this.