Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Mark Christensen
 
Posts: n/a
Default Printing each page in doc separately

Hello,

I've got Word 2002 SP3. I've got a 112 page document that I need to print
each page, but instead of printing all 112 pages at once, I want to print
each page separately (I'm doing some variable data printing). Obviously I
don't want to have to go to File Print, input the page number and then hit
print 112 times. Is there a way to automate this process with a Macro or
something?

I'm using the mail merge in Word with my source data coming from an Excel
file. Can what I'm trying to do be better accomplished in Excel?

I appreciate the help!

Mark


  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Mark Christensen
 
Posts: n/a
Default Printing each page in doc separately

Anyone?

Is there another forum I should post this in?

"Mark Christensen" wrote in message
...
Hello,

I've got Word 2002 SP3. I've got a 112 page document that I need to print
each page, but instead of printing all 112 pages at once, I want to print
each page separately (I'm doing some variable data printing). Obviously I
don't want to have to go to File Print, input the page number and then
hit print 112 times. Is there a way to automate this process with a Macro
or something?

I'm using the mail merge in Word with my source data coming from an Excel
file. Can what I'm trying to do be better accomplished in Excel?

I appreciate the help!

Mark



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Doug Robbins - Word MVP
 
Posts: n/a
Default Printing each page in doc separately

If the document was created by mail merge, each page will actually be a
Section. Therefore, you need to iterate through the sections if you want to
print them separately. Here is a macro that will do that:

Dim i As Long
With ActiveDocument
For i = 1 To .Sections.Count
.PrintOut Range:=wdPrintFromTo, From:="s" & i, To:="s" & i
Next i
End With


--
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

"Mark Christensen" wrote in message
...
Hello,

I've got Word 2002 SP3. I've got a 112 page document that I need to print
each page, but instead of printing all 112 pages at once, I want to print
each page separately (I'm doing some variable data printing). Obviously I
don't want to have to go to File Print, input the page number and then
hit print 112 times. Is there a way to automate this process with a Macro
or something?

I'm using the mail merge in Word with my source data coming from an Excel
file. Can what I'm trying to do be better accomplished in Excel?

I appreciate the help!

Mark



  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Doug Robbins - Word MVP
 
Posts: n/a
Default Printing each page in doc separately

Be patient

--
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

"Mark Christensen" wrote in message
...
Anyone?

Is there another forum I should post this in?

"Mark Christensen" wrote in message
...
Hello,

I've got Word 2002 SP3. I've got a 112 page document that I need to
print each page, but instead of printing all 112 pages at once, I want to
print each page separately (I'm doing some variable data printing).
Obviously I don't want to have to go to File Print, input the page
number and then hit print 112 times. Is there a way to automate this
process with a Macro or something?

I'm using the mail merge in Word with my source data coming from an Excel
file. Can what I'm trying to do be better accomplished in Excel?

I appreciate the help!

Mark





  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Mark Christensen
 
Posts: n/a
Default Printing each page in doc separately

Thank you! That worked perfectly - just as I had hoped!


"Doug Robbins - Word MVP" wrote in message
...
If the document was created by mail merge, each page will actually be a
Section. Therefore, you need to iterate through the sections if you want
to print them separately. Here is a macro that will do that:

Dim i As Long
With ActiveDocument
For i = 1 To .Sections.Count
.PrintOut Range:=wdPrintFromTo, From:="s" & i, To:="s" & i
Next i
End With


--
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

"Mark Christensen" wrote in message
...
Hello,

I've got Word 2002 SP3. I've got a 112 page document that I need to
print each page, but instead of printing all 112 pages at once, I want to
print each page separately (I'm doing some variable data printing).
Obviously I don't want to have to go to File Print, input the page
number and then hit print 112 times. Is there a way to automate this
process with a Macro or something?

I'm using the mail merge in Word with my source data coming from an Excel
file. Can what I'm trying to do be better accomplished in Excel?

I appreciate the help!

Mark





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
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
Printing and Folding a 40 Page Booklet in WORD 2003 Laura Glazer Page Layout 6 January 6th 05 07:41 PM


All times are GMT +1. The time now is 10:06 PM.

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"