Rather than mess with the add-in simply add the line
ActiveWindow.View .Type = wdPrintView
to an autoopen macro in normal.dot and all your documents will be opened in
print layout view.
See http://www.gmayor.com/installing_macro.htm

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Hi,
>
[quoted text clipped - 5 lines]
> What do I have to change and where do I have to change the template
> to get this done?
Luca - 16 Oct 2007 09:52 GMT
Hi Graham,
Thanx for your help. Your solution does work, but not for me, because I have
al lot of colleagues who all have their own normal.dot
So I think the add-in has to be changed. I tried to add yhe line
ActiveWindow.View.Type = wdPrintView
befor the line
NewDoc.SaveAs FldrPath & fnames(i)
in the MergeApplication ClassModule, but that doesn't work.
> Rather than mess with the add-in simply add the line
>
[quoted text clipped - 13 lines]
> > What do I have to change and where do I have to change the template
> > to get this done?