Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.pagelayout
David[_3_] David[_3_] is offline
external usenet poster
 
Posts: 2
Default Mail Merge - Different First Page

Using Word 2003. I'm generating a .csv file with mail merge data with
several hundred records (rows). I have a 5 page word document that
this data merges with. On my first page, I have our letterhead header
and no footer. On the 4 subsequent pages, I have only a small logo
footer. When I run my merge, the first 5 pages are fine, header and
footer wise. After the first 5 pages, my "first" page has my header
like it's supposed to, but it also has the footer that should only
be for the other 4 pages. What can I do to fix this?

Thanks,

David
  #2   Report Post  
Posted to microsoft.public.word.pagelayout
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Mail Merge - Different First Page

Merge to a new document then run the following macro (courtesy of fellow MVP
Doug Robbins) to print each letter as a separate print job.

Sub SplitMergeLetterToPrinter()
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

--

Graham Mayor - Word MVP

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


David wrote:
Using Word 2003. I'm generating a .csv file with mail merge data with
several hundred records (rows). I have a 5 page word document that
this data merges with. On my first page, I have our letterhead header
and no footer. On the 4 subsequent pages, I have only a small logo
footer. When I run my merge, the first 5 pages are fine, header and
footer wise. After the first 5 pages, my "first" page has my header
like it's supposed to, but it also has the footer that should only
be for the other 4 pages. What can I do to fix this?

Thanks,

David



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
how do I print 3 copies of page 1 in a 3 page mail merge? jtrimb Mailmerge 2 November 29th 06 04:32 AM
mail merge incorrect page lengths with custom page size wasser Mailmerge 1 March 21st 06 05:08 AM
30 page mail merge labels only prints one page? Kuda Mailmerge 1 February 9th 06 05:08 AM
Only getting first page of mail merge lizard Mailmerge 1 December 2nd 05 05:35 PM
30 page mail merge labels only prints one page? bdhamer Mailmerge 2 October 13th 05 05:07 AM


All times are GMT +1. The time now is 10:54 AM.

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"