Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mail merge documents print separately and force to duplex | Mailmerge | |||
Mail merge 8 up Duplex | Mailmerge | |||
Using merge, how do I create multiple, separately saved documents | Mailmerge | |||
How to force even number of pages in a section when duplex printin | Microsoft Word Help | |||
Save documents separately within a large merge document | Mailmerge |