
Signature
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
Doug,
Thank-you, I will try this over the weekend. As I have said, it might be the way
I constructed the templates in the first place. Still learning Word.

Signature
Have a Good Day,
Rich/rerat
(RRR News) <message rule>
<<Previous Text Snipped to Save Bandwidth When Appropriate>>
Sorry, the code should have been:
Sub splitter()
' splitter Macro
' Macro created by Doug Robbins to save each letter created by a mailmerge
' as a separate file, retaining the header and footer information.
Dim i As Long, Source As Document, Target As Document, Letter As Range
Set Source = ActiveDocument
For i = 1 To Source.Sections.Count
Set Letter = Source.Sections(i).Range
Set Target = Documents.Add
Target.Range = Letter
Target.Sections(2).PageSetup.SectionStart = wdSectionContinuous
Target.SaveAs FileName:="Letter" & i
Target.Close
Next i
End Sub

Signature
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
> Doug,
> Thank-you for all your help. There must be something wrong in my
[quoted text clipped - 36 lines]
>>
>> I have a
RRR_News - 28 Mar 2006 20:22 GMT
Doug,
Again I want to thank-you for all you help in this matter. With a little
experimentation over the weekend, I found that your Macros of "Splitter" and
"SplitMerge" seem to be right that are posted on G. Mayors site. It appears that
my documents are not constructed properly. During the splitting process, it
appears that the header from the next page is saved with the first page, and so
on. Which also means that the header for the third page is saved with for the
header of the second page, etc.
So if I have no header for the second page, there will be no header saved on the
first page, after the split. I need to get better understanding on using headers
& footers, and section breaks. So that I can properly use the Macros that you've
created. Can you recommend, any online tutorials, or books, that can assist me
in this matter.
Again thank-you for all your help!
--
Have A Good Day
Rich/rerat
Add MS to your News Reader: news://msnews.microsoft.com
(RRR News) <message rule>
<<Previous Text Snipped to Save Bandwidth When Appropriate>>
Doug,
Thank-you, I will try this over the weekend. As I have said, it might be the way
I constructed the templates in the first place. Still learning Word.
<<Previous Text Snipped to Save Bandwidth When Appropriate>>
>> First of want to thank all the Word MVP's for all their help, and all
>> their
[quoted text clipped - 11 lines]
>>
>> I have a
Doug Robbins - Word MVP - 28 Mar 2006 20:53 GMT
Maybe you have a <<Next Record>> field in the header that should not be
there.

Signature
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
> Doug,
> Again I want to thank-you for all you help in this matter. With a little
[quoted text clipped - 47 lines]
>>>
>>> I have a