View Single Post
  #1   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 Mail merge documents print separately and force to duplex

I am using this code and it works perfectly, but even when I have my printer
to DUPLEX it still print single sheets instead on front and back. Is there
away to incorporate this code with something that will force duplex printing?
Thanks in advanced.

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

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