View Single Post
  #3   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Joe Murphy Joe Murphy is offline
external usenet poster
 
Posts: 11
Default MMtoDocs - problems splitting merges into individual docs

On 23 Nov, 12:02, "Graham Mayor" wrote:
Check your e-mails!


Thanks, Graham!

For future reference, and the other poor unfortunates who happened
across this excellent macro but don't know how to tweak it:

Change the line that begins

Set NewDoc = Documents.Add(Visible:=False)

to

Set NewDoc = Documents.Add(Template:="D:\Path\Merge.Dot",
Visible:=False)

Joe.