Hi everyone!
I have written a macro to split the mailmerge document after we complete the
mailmerge , but there is a small problem here: I dont want to create an addin
so I just want to add the macro to a document or templete( not Normal.dot)
and be able to access it after the user complets the mailmerege but as most
of you know after creating a mailmereg word creates a new document based on
the fields and the macro is not accessable through toolbar button so I must
use the VBAeditor to run it. So my question is how can I have this splitmerge
macro in a document and be able to access it after completing the mail merge?
--
Best regards,
Edward

Re: Macro in mailmerge by Graham

Graham
Fri Oct 19 23:11:26 PDT 2007

See http://www.gmayor.com/individual_merge_letters.htm

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

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

Edward wrote:
> Hi everyone!
> I have written a macro to split the mailmerge document after we
> complete the mailmerge , but there is a small problem here: I dont
> want to create an addin so I just want to add the macro to a document
> or templete( not Normal.dot) and be able to access it after the user
> complets the mailmerege but as most of you know after creating a
> mailmereg word creates a new document based on the fields and the
> macro is not accessable through toolbar button so I must use the
> VBAeditor to run it. So my question is how can I have this splitmerge
> macro in a document and be able to access it after completing the
> mail merge?