I use Terminal Services to connect to a computer to run an application and
merge information into Word. I merge several documents at a time and have
the macro set to auto print and auto close. Unfortunately, Word will not
auto close or print because I have to keep clicking on 'No' to 'Do you want
to save changes to formletters1?' for each document merged. The document is
set to read only and it does not happen on my individual PC.
Doug Robbins - Word MVP - 08 Jun 2006 04:39 GMT
You need to include in the macro the command
ActiveDocument.Close wdDoNotSaveChanges

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
>I use Terminal Services to connect to a computer to run an application and
> merge information into Word. I merge several documents at a time and have
[quoted text clipped - 4 lines]
> is
> set to read only and it does not happen on my individual PC.