Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #7   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Kbrad32 via OfficeKB.com Kbrad32 via OfficeKB.com is offline
external usenet poster
 
Posts: 14
Default How to send each document as a separate print job in Word?

I tried the the code and it works find but now it will print double sided. I
have my printing peferences set to duplexe so I wouldn't have to do it
manually. So I'm not sure whats going on there and I tried the modifications
and it will only print the first four pages no matter what # of page to print
(ie 51-100)...any suggestions?

Doug Robbins - Word MVP wrote:
Try

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

The computer should not then send the next print job until the present one
is finished.

If you want to modify the macro between each batch, you could replace the
line

For i = 1 To .Sections.Count Step 1

with

For i = 1 to 50

then after the first 50 are printed, change it to

For i = 51 to 100

etc.
I have my printer to print both sides...it's cookbook to be exact and I
don't

[quoted text clipped - 11 lines]
Thanks,
Kbrad32


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...merge/200810/1

 
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
How do i send document via e-mail when send to email is unselectab brenda's office works Microsoft Word Help 1 March 30th 07 06:01 PM
How can I print envelopes on a separate printer David Nalley Microsoft Word Help 1 November 29th 06 05:46 AM
Print copies as separate jobs, not one big job Rodney Bertsch Microsoft Word Help 0 April 24th 06 06:40 PM
How do I set Word so it doesn't open each document in a separate . ankara1402 Microsoft Word Help 1 January 17th 05 08:33 PM
how do I print separate sections in a Word document aida1intx Microsoft Word Help 1 January 4th 05 09:22 PM


All times are GMT +1. The time now is 10:22 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"