Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
tammy tammy is offline
external usenet poster
 
Posts: 107
Default Envelopes mail merge not printing all the envelopes - Word 2007

Hi,

I have a user who is trying to print envelopes using Word 2007 mail merge.
As far as I can tell, all steps have been handled correctly, and when we
preview them, all the envelopes are there. When we try to print, however,
only the first envelope prints, and then there is an error on the printer
that says "Tray 1 Load Plain Com 10." There are plenty of envelopes already
loaded.

We have tried printing "All," specified the exact records to print (1-525),
and have tried the "Edit individual letters..." option. "All" and using the
exact number of records options print just one envelope. If we "Edit
individual letters..." the printer just prints an error page, no envelopes.

We are using Word 2007, and Vista OS. Does this sound like a printer
problem? I can't see in Word where she is going wrong. I couldn't find any
topics in the discussion groups that matched this problem.

Any suggestions? Thanks so much!
  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Envelopes mail merge not printing all the envelopes - Word 2007

A couple of suggestions you could try

Merge to a new document then use the following macro to print the document

Sub SplitMergeLetterToPrinter()
' splitter Macro
' Macro created 16-08-98 by Doug Robbins to print each letter created by a
' mailmerge as a separate file.
'
Letters = ActiveDocument.Sections.Count
Counter = 1
While Counter Letters
ActiveDocument.PrintOut Background:=False, Range:=wdPrintFromTo, _
From:="s" & Format(Counter), To:="s" & Format(Counter)
Counter = Counter + 1
Wend
End Sub

or

Try using one of the sample envelopes you can download from my web site as
the basis of the merge, and set the merge type to letter. Ensure that the
print options are set to the correct tray then merge normally.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Tammy wrote:
Hi,

I have a user who is trying to print envelopes using Word 2007 mail
merge. As far as I can tell, all steps have been handled correctly,
and when we preview them, all the envelopes are there. When we try to
print, however, only the first envelope prints, and then there is an
error on the printer that says "Tray 1 Load Plain Com 10." There are
plenty of envelopes already loaded.

We have tried printing "All," specified the exact records to print
(1-525), and have tried the "Edit individual letters..." option.
"All" and using the exact number of records options print just one
envelope. If we "Edit individual letters..." the printer just prints
an error page, no envelopes.

We are using Word 2007, and Vista OS. Does this sound like a printer
problem? I can't see in Word where she is going wrong. I couldn't
find any topics in the discussion groups that matched this problem.

Any suggestions? Thanks so much!



  #3   Report Post  
Posted to microsoft.public.word.mailmerge.fields
tammy tammy is offline
external usenet poster
 
Posts: 107
Default Envelopes mail merge not printing all the envelopes - Word 200

Hi Graham,

Thank you very much for your response. In our case, it did appear to be a
printer problem, and we were able to fix it this morning.

I am printing out your suggestion, however, in case I run into something
like this in the future. I almost wish the problem wasn't fixed so that I
could test out the macro!

Thanks, again, for taking the time to answer my post. It has been greatly
appreciated.

"Graham Mayor" wrote:

A couple of suggestions you could try

Merge to a new document then use the following macro to print the document

Sub SplitMergeLetterToPrinter()
' splitter Macro
' Macro created 16-08-98 by Doug Robbins to print each letter created by a
' mailmerge as a separate file.
'
Letters = ActiveDocument.Sections.Count
Counter = 1
While Counter Letters
ActiveDocument.PrintOut Background:=False, Range:=wdPrintFromTo, _
From:="s" & Format(Counter), To:="s" & Format(Counter)
Counter = Counter + 1
Wend
End Sub

or

Try using one of the sample envelopes you can download from my web site as
the basis of the merge, and set the merge type to letter. Ensure that the
print options are set to the correct tray then merge normally.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Tammy wrote:
Hi,

I have a user who is trying to print envelopes using Word 2007 mail
merge. As far as I can tell, all steps have been handled correctly,
and when we preview them, all the envelopes are there. When we try to
print, however, only the first envelope prints, and then there is an
error on the printer that says "Tray 1 Load Plain Com 10." There are
plenty of envelopes already loaded.

We have tried printing "All," specified the exact records to print
(1-525), and have tried the "Edit individual letters..." option.
"All" and using the exact number of records options print just one
envelope. If we "Edit individual letters..." the printer just prints
an error page, no envelopes.

We are using Word 2007, and Vista OS. Does this sound like a printer
problem? I can't see in Word where she is going wrong. I couldn't
find any topics in the discussion groups that matched this problem.

Any suggestions? Thanks so much!




  #4   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Envelopes mail merge not printing all the envelopes - Word 200

You are welcome

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Tammy wrote:
Hi Graham,

Thank you very much for your response. In our case, it did appear to
be a printer problem, and we were able to fix it this morning.

I am printing out your suggestion, however, in case I run into
something like this in the future. I almost wish the problem wasn't
fixed so that I could test out the macro!

Thanks, again, for taking the time to answer my post. It has been
greatly appreciated.

"Graham Mayor" wrote:

A couple of suggestions you could try

Merge to a new document then use the following macro to print the
document

Sub SplitMergeLetterToPrinter()
' splitter Macro
' Macro created 16-08-98 by Doug Robbins to print each letter
created by a ' mailmerge as a separate file.
'
Letters = ActiveDocument.Sections.Count
Counter = 1
While Counter Letters
ActiveDocument.PrintOut Background:=False, Range:=wdPrintFromTo,
_ From:="s" & Format(Counter), To:="s" & Format(Counter)
Counter = Counter + 1
Wend
End Sub

or

Try using one of the sample envelopes you can download from my web
site as the basis of the merge, and set the merge type to letter.
Ensure that the print options are set to the correct tray then merge
normally.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Tammy wrote:
Hi,

I have a user who is trying to print envelopes using Word 2007 mail
merge. As far as I can tell, all steps have been handled correctly,
and when we preview them, all the envelopes are there. When we try
to print, however, only the first envelope prints, and then there
is an error on the printer that says "Tray 1 Load Plain Com 10."
There are plenty of envelopes already loaded.

We have tried printing "All," specified the exact records to print
(1-525), and have tried the "Edit individual letters..." option.
"All" and using the exact number of records options print just one
envelope. If we "Edit individual letters..." the printer just prints
an error page, no envelopes.

We are using Word 2007, and Vista OS. Does this sound like a printer
problem? I can't see in Word where she is going wrong. I couldn't
find any topics in the discussion groups that matched this problem.

Any suggestions? Thanks so much!



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
Printing Envelopes in word 2007 Sparkie Microsoft Word Help 1 July 18th 07 12:40 PM
printing envelopes in word 2007 wnh Microsoft Word Help 0 July 13th 06 07:53 PM
When printing envelopes in word 2007... Glenn Microsoft Word Help 1 May 26th 06 09:03 PM
Printing Envelopes from mail merge Janis Walkow Mailmerge 2 December 14th 05 02:50 PM
Mail Merge Envelopes: Recipients won't show up on envelopes?!?! Jamiller Mailmerge 4 November 30th 05 07:01 AM


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