K
Kathleen
Hi,
I have a 155 participant mail merge that is set up with each record having 5
pages. The first page prints on letterhead, the second/third on memo paper
and pages 3 - 5 on white paper. The print works great for the first record
and then continues to use the white paper which, I think, means that the
document doesn't know when a record ends. I thought page breaks would work
but it didn't or I didn't do it write. Looking through some of the posts
there was a suggestion from Doug Robbins to use a macro but I have no idea
what it means.
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
Is there a way to do this or is the only option to click print when viewing
each record?
Kathleen
I have a 155 participant mail merge that is set up with each record having 5
pages. The first page prints on letterhead, the second/third on memo paper
and pages 3 - 5 on white paper. The print works great for the first record
and then continues to use the white paper which, I think, means that the
document doesn't know when a record ends. I thought page breaks would work
but it didn't or I didn't do it write. Looking through some of the posts
there was a suggestion from Doug Robbins to use a macro but I have no idea
what it means.
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
Is there a way to do this or is the only option to click print when viewing
each record?
Kathleen