#1   Report Post  
Posted to microsoft.public.word.docmanagement
ItsBarbara ItsBarbara is offline
external usenet poster
 
Posts: 22
Default Restrict page printing

Is there a way to restrict the printing of certain pages in a word document.
I have a form I'm distributing but the last 4 pages are explanations and
suggestions. When each teacher completes their form, they need to print it
out, however, I don't want them printing the extra pages.


  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Restrict page printing

You can't do this without adding macros and if you are distributing a
document that will (should!) provoke a macro warning. Users should be
reluctant to run macros in documents.

If you are making it available as a template it is an easy matter to
intercept the print function and force the printing of individual documents.
Given that you have four pages of instructions, an extra line requesting
that only the required pages need printing does not seem unreasonable?

If you want the macro code for the form template (not normal.dot - or you
will never print any document past the chosen page range) then eg

Sub FilePrint()
Application.PrintOut , Range:=wdPrintRangeOfPages, Pages:="1-3"
End Sub

will print out pages 1 to 3.

--

Graham Mayor - Word MVP

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


ItsBarbara wrote:
Is there a way to restrict the printing of certain pages in a word
document. I have a form I'm distributing but the last 4 pages are
explanations and suggestions. When each teacher completes their form,
they need to print it out, however, I don't want them printing the
extra pages.



  #4   Report Post  
Posted to microsoft.public.word.docmanagement
ItsBarbara ItsBarbara is offline
external usenet poster
 
Posts: 22
Default Restrict page printing

Thanks to both of you. I know how to print specific pages, however, I know my
users. Thanks for the Macro!! You are awesome.

"John McGhie [MVP - Word and Word Macinto" wrote:

Yes. Normally you would print "specific" pages. In other words, tell the
printer which pages you DO want to print, and it won't print the others.

For more, see "Print a range of pages" in the Help


On 1/10/06 10:28 AM, in article
, "ItsBarbara"
wrote:

Is there a way to restrict the printing of certain pages in a word document.
I have a form I'm distributing but the last 4 pages are explanations and
suggestions. When each teacher completes their form, they need to print it
out, however, I don't want them printing the extra pages.



--

Please reply to the newsgroup to maintain the thread. Please do not email
me unless I ask you to.

John McGhie
Microsoft MVP, Word and Word for Macintosh. Business Analyst, Consultant
Technical Writer.
Sydney, Australia +61 (0) 4 1209 1410


Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Using odd page bread to start a new chapter on an odd page [email protected] Microsoft Word Help 11 May 25th 06 04:56 PM
page number positioning and format tinaa Page Layout 3 February 4th 06 12:38 AM
page number printing on a merged report Print Page # On Merged Report Mailmerge 6 October 17th 05 05:18 AM
Section breaks (next page) and printing Rachel Microsoft Word Help 1 April 23rd 05 09:28 PM
Printing pages with roman page numbers and in different sections? bandy2000 Microsoft Word Help 2 April 12th 05 01:28 AM


All times are GMT +1. The time now is 11:01 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"