MMtoDocs - problems splitting merges into individual docs

J

Joe Murphy

So I'm using Graham Mayor's excellent MMtoDocs add-in from
http://www.gmayor.com/individual_merge_letters.htm . I'd like to point
the macro at a specific template, rather than use normal.dotx, so that
the individually generated documents are formatted correctly.

I can't find where in the macro I need to change, however. The page
above mentions a document.add line, but the macro itself has no such
line.

Any ideas?

Joe.
 
G

Graham Mayor

Check your e-mails!

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
J

Joe Murphy

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top