Why am I asked to save for each merged document?

S

Support_help

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.
 
D

Doug Robbins - Word MVP

You need to include in the macro the command

ActiveDocument.Close wdDoNotSaveChanges

--
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
 
Top