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 |
#2
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
Kbrad32 via OfficeKB.com wrote:
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 Are you sure that either your printer is set to Duplex printing by default or that you are selecting a copy of the printer that has Duplex printing set on by default. There is no attribute for the Print Out command that controls the duplex setting of a printer that has duplex printing capabilities. There is however an attribute for setting ManualDuplexPrint to True to print a two-sided document on a printer without a duplex printing ability. If this argument is True, the PrintBackground and PrintReverse properties are ignored. Use the PrintOddPagesInAscendingOrder and PrintEvenPagesInAscendingOrder properties to control the output during manual duplex printing. -- Hope this helps, Doug Robbins - Word MVP Please reply only to the newsgroups unless you wish to obtain my services on a paid professional basis. |
#3
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
I have my printer set to print both sides as my default but when I run the
macros it doesn't do anything but print. Now, the arguments you want me to implement I am unsure on how to do so. Can you provide more details. My printer is an Canon Pixma MP 830 if that makes a difference. Thanks for your response. Doug Robbins - Word MVP wrote: 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 [quoted text clipped - 7 lines] Next i End With Are you sure that either your printer is set to Duplex printing by default or that you are selecting a copy of the printer that has Duplex printing set on by default. There is no attribute for the Print Out command that controls the duplex setting of a printer that has duplex printing capabilities. There is however an attribute for setting ManualDuplexPrint to True to print a two-sided document on a printer without a duplex printing ability. If this argument is True, the PrintBackground and PrintReverse properties are ignored. Use the PrintOddPagesInAscendingOrder and PrintEvenPagesInAscendingOrder properties to control the output during manual duplex printing. -- Message posted via http://www.officekb.com |
#4
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
I am not sure that the Built-in 2 sided printing which that printer does is
really the same thing as Duplex printing as is done by your regular office printer. Duplex printing is a function of the printer, not of the software. If you are printing an ordinary document, is it printed on both sides of the paper? Whatever you can get the printer to do when you print an ordinary document, that macro will do if the settings of the printer itself are the same. -- 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, originally posted via msnews.microsoft.com "Kbrad32 via OfficeKB.com" u47076@uwe wrote in message news:9ec96d7753284@uwe... I have my printer set to print both sides as my default but when I run the macros it doesn't do anything but print. Now, the arguments you want me to implement I am unsure on how to do so. Can you provide more details. My printer is an Canon Pixma MP 830 if that makes a difference. Thanks for your response. Doug Robbins - Word MVP wrote: 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 [quoted text clipped - 7 lines] Next i End With Are you sure that either your printer is set to Duplex printing by default or that you are selecting a copy of the printer that has Duplex printing set on by default. There is no attribute for the Print Out command that controls the duplex setting of a printer that has duplex printing capabilities. There is however an attribute for setting ManualDuplexPrint to True to print a two-sided document on a printer without a duplex printing ability. If this argument is True, the PrintBackground and PrintReverse properties are ignored. Use the PrintOddPagesInAscendingOrder and PrintEvenPagesInAscendingOrder properties to control the output during manual duplex printing. -- Message posted via http://www.officekb.com |
#5
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
Ok, I will keep fiddling around with the printer settings. I tried the fine
print software which works with 2 sided printing but not sending when I send the documents as separate print jobs. I will not giving trying just yet. Thanks for your help. Doug Robbins - Word MVP wrote: I am not sure that the Built-in 2 sided printing which that printer does is really the same thing as Duplex printing as is done by your regular office printer. Duplex printing is a function of the printer, not of the software. If you are printing an ordinary document, is it printed on both sides of the paper? Whatever you can get the printer to do when you print an ordinary document, that macro will do if the settings of the printer itself are the same. I have my printer set to print both sides as my default but when I run the macros it doesn't do anything but print. Now, the arguments you want me to [quoted text clipped - 24 lines] PrintEvenPagesInAscendingOrder properties to control the output during manual duplex printing. -- Message posted via http://www.officekb.com |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mail merge 8 up Duplex | Mailmerge | |||
Double sided merge & duplex print | 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 |