|
|
Subject:
How to get MS Wd. to print page numbers on existing hard copies
Category: Computers > Software Asked by: deedub-ga List Price: $20.00 |
Posted:
04 May 2005 10:38 PDT
Expires: 03 Jun 2005 10:38 PDT Question ID: 517706 |
I want to be able to add page numbers to existing hard copy documents by putting them in the printer tray. How can I get MS Word to print a page number on each for -- say -- 100 pages, without creating a document 100 pages long. Or is that the only way? | |
|
|
There is no answer at this time. |
|
Subject:
Re: How to get MS Wd. to print page numbers on existing hard copies
From: wordsmth-ga on 04 May 2005 13:54 PDT |
The caution regarding smearing or smudging is well-taken. However, it'd be very simple and easy to create that 100 page document with page breaks. There's probably a more elegant way, but I'd just do 4 or 5, then copy and paste a few times, then copy and paste that whole group until I had 100. Set up the page margins (left, right, top, bottom), then go to "insert page numbers." You could even get fancy, having Word place page numbers on the outside (or inside) of the pages. Or, use the "Header" and/or "Footer" commands to insert your page numbers and any other relevant information. In short, you could really re-brand and customize whatever you're reproducing (assuming, of course, that you have the legal ability to do so) to look quite professional. |
Subject:
Re: How to get MS Wd. to print page numbers on existing hard copies
From: reinedd-ga on 04 May 2005 18:29 PDT |
You can use that macro Sub Macro1() For i = 1 To 100 Selection.Sections(1).Footers(1).PageNumbers.Add PageNumberAlignment:= _ wdAlignPageNumberRight, FirstPage:=True With Selection.Sections(1).Headers(1).PageNumbers .StartingNumber = i End With Application.PrintOut Next End Sub |
Subject:
Re: How to get MS Wd. to print page numbers on existing hard copies
From: myexpertsonline-ga on 04 May 2005 18:33 PDT |
I agree. Making a manual document seems easiest. New document. View-->Header and footer. Go to footer. Click the big # button on the header footer toolbar. Format paragraph with the page number as desired and appropriate distance from bottom of page, etc. Close header and footer. Hold Ctrl key and hold enter key. In about 5 seconds, I had 94 pages. So, hold it for 6 seconds. :) That creates 100 pages. Good luck! |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |