Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
ajayb ajayb is offline
external usenet poster
 
Posts: 4
Default Printing odd paged documents...

Hi there,

I have a 3 page document that I am merging with 100 records. I print all
letters double sided, the problem is that the 1st page of the second letter
goes on the back of the 3rd page of the first letter and so on.

How do I get it to print so that the 1st and 2nd pages are double sided but
the 3rd isn't?

Hope that makes sense!

Many Thanks

Andy
  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Tiago Nogueira[_2_] Tiago Nogueira[_2_] is offline
external usenet poster
 
Posts: 10
Default Printing odd paged documents...


I know that this isn't the right answer but...
I don't you simple make an 4th page with nothing write?
It makes sense if you don't have nothing to write... and the word will
'print' nothing in the back of the third page, and then goes to another
page... hehe, just a trick ;]

"ajayb" escreveu:

Hi there,

I have a 3 page document that I am merging with 100 records. I print all
letters double sided, the problem is that the 1st page of the second letter
goes on the back of the 3rd page of the first letter and so on.

How do I get it to print so that the 1st and 2nd pages are double sided but
the 3rd isn't?

Hope that makes sense!

Many Thanks

Andy

  #3   Report Post  
Posted to microsoft.public.word.mailmerge.fields
ajayb ajayb is offline
external usenet poster
 
Posts: 4
Default Printing odd paged documents...

Hi Tiago,

Nice trick and a good idea! However I just can't believe that there isn't a
way to do this properly. Can anyone else help at all?

Regards

Andy

"Tiago Nogueira" wrote:


I know that this isn't the right answer but...
I don't you simple make an 4th page with nothing write?
It makes sense if you don't have nothing to write... and the word will
'print' nothing in the back of the third page, and then goes to another
page... hehe, just a trick ;]

"ajayb" escreveu:

Hi there,

I have a 3 page document that I am merging with 100 records. I print all
letters double sided, the problem is that the 1st page of the second letter
goes on the back of the 3rd page of the first letter and so on.

How do I get it to print so that the 1st and 2nd pages are double sided but
the 3rd isn't?

Hope that makes sense!

Many Thanks

Andy

  #4   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Printing odd paged documents...

Execute the merge to a new document and then use the following macro to do
the printing

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

Each letter will then be sent to the printer as a separate print job, which
should overcome your problem.

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

"ajayb" wrote in message
...
Hi there,

I have a 3 page document that I am merging with 100 records. I print all
letters double sided, the problem is that the 1st page of the second
letter
goes on the back of the 3rd page of the first letter and so on.

How do I get it to print so that the 1st and 2nd pages are double sided
but
the 3rd isn't?

Hope that makes sense!

Many Thanks

Andy



  #5   Report Post  
Posted to microsoft.public.word.mailmerge.fields
ajayb ajayb is offline
external usenet poster
 
Posts: 4
Default Printing odd paged documents...

Thanks Doug,

I had a feeling it would be a macro. Works brilliantly!

Regards

Andy

"Doug Robbins - Word MVP" wrote:

Execute the merge to a new document and then use the following macro to do
the printing

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

Each letter will then be sent to the printer as a separate print job, which
should overcome your problem.

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

"ajayb" wrote in message
...
Hi there,

I have a 3 page document that I am merging with 100 records. I print all
letters double sided, the problem is that the 1st page of the second
letter
goes on the back of the 3rd page of the first letter and so on.

How do I get it to print so that the 1st and 2nd pages are double sided
but
the 3rd isn't?

Hope that makes sense!

Many Thanks

Andy




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
Problems with page orientation in multi-paged document KyleW Page Layout 2 January 12th 07 10:17 PM
Duplex Printing of an odd paged document in a mailmerge IshtiaqSalim Mailmerge 1 December 21st 06 07:08 PM
Printing bookfold documents, manual duplex, only pg 7 is printing jjjones Microsoft Word Help 0 October 27th 05 12:58 AM
Double paged line numbering with single paged text rather be golfing Page Layout 2 July 4th 05 09:04 AM
How do I not show a page number in a continuously paged wordmanusc Koknor Page Layout 1 February 9th 05 11:18 PM


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