I have written a macro the performs a mail merge and then separates the
single mail merge document into subdocuments and saves them individually.
The mail merge document is switched to Outline view so that separation into
subdocuments can take place. The problem is that the documents are saved in
Outline view and when opened and printed they print in Outline view.

How can I save the documents in Print view mode in the first place?

Regards, Michael.

Outline view by DA

DA
Thu Jul 01 00:18:46 CDT 2004

Hi Michael

I'm probably missing something here as the obvious answer
to your question seems to be a switch to normal (or
anything other than outline) view just prior to your
save.

i.e.:
ActiveDocument.ActiveWindow.View = wdNormalView
ActiveDocument.save

I'm also wondering, why do you say that you have to
switch to outline view for the mail merge to take place?

Regards,
Dennis

>-----Original Message-----
>I have written a macro the performs a mail merge and
then separates the
>single mail merge document into subdocuments and saves
them individually.
>The mail merge document is switched to Outline view so
that separation into
>subdocuments can take place. The problem is that the
documents are saved in
>Outline view and when opened and printed they print in
Outline view.
>
>How can I save the documents in Print view mode in the
first place?
>
>Regards, Michael.
>
>
>.
>