View Single Post
  #6   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Graham Mayor -- individual merge letters

Plan B

Documents.Add("c:\Documents and Settings\Cortney\Application
Data\Microsoft\Templates\Letter.dot").

You will need a template without content - containing only the paragraph
styles used in the original template.


--

Graham Mayor - Word MVP

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




zoolaw444 wrote:
If I understood your directions correctly, I didn't do it right.

I went in to edit the SplitMerge Macro. Where it said Documents.Add
in the code, I replaced it with Documents.Add(Template:="c:\Documents
and Settings\Cortney\Application
Data\Microsoft\Templates\Letter.dot"). The code was in red and I got
a syntax error message when I tried to run the macro.

Any suggestions?