PC Review


Reply
Thread Tools Rate Thread

Can I make Word 2000 place page numbers on an existing non Word do

 
 
=?Utf-8?B?VG9t?=
Guest
Posts: n/a
 
      13th Aug 2007
I have several documents(PDF) files already printed of varying number of
pages. Can I run those existing printed pages back through the printer and
have Word number the pages such as " 1 of 728" "2 of 728" ect.
--
Thanks,
Tom
 
Reply With Quote
 
 
 
 
Graham Mayor
Guest
Posts: n/a
 
      13th Aug 2007
If you create a plain document and add insert 1 fewer page breaks than the
number of pages in the document - the following macro will do that

Sub InstBreaks()
Dim iPage As Integer
iPage = InputBox("How Many Pages in the document?", "Add Pages")
For x = 1 To iPage - 1
Selection.InsertBreak Type:=wdPageBreak
Next x
End Sub

You can add a the {Page} of {NumPages} to the footer in such a position
that it will not interfere with the text in your PDFs, then print the
document on your printouts

Repeat for each PDF document.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

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

Tom wrote:
> I have several documents(PDF) files already printed of varying number
> of pages. Can I run those existing printed pages back through the
> printer and have Word number the pages such as " 1 of 728" "2 of 728"
> ect.



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
PROBLEM:How to squeeze 2 Page sized Chart in Excel 2000 & embed in Word 2000 and print from Word to fit one page ??? someone@somewhere.com Microsoft Excel Misc 2 10th Sep 2008 11:07 AM
PROBLEM:How to squeeze 2 Page sized Chart in Excel 2000 & embed in Word 2000 and print from Word to fit one page ??? someone@somewhere.com Microsoft Excel New Users 2 10th Sep 2008 11:07 AM
how do I place a Word landscape page into a Word portrait doc. Carolyn Microsoft Word Document Management 2 4th Jun 2008 10:11 PM
Re: Word should let me make an index without page numbers Suzanne S. Barnhill Microsoft Word Document Management 0 15th Apr 2005 12:11 AM
Word Sections - How to make Page Numbers independent =?Utf-8?B?SXJ2aW5l?= Microsoft Word New Users 1 17th Nov 2004 01:00 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:53 PM.