Save on exit document property?

B

Bo Rasmussen

Hi,

Is there a way to turn off "Save on Exit"? I show help to my users in a
document generated from autotext entries. I would like to avoid the "Do you
want to save the changes " dialog when users close the document. Is there
some document property that can be set?

Regards
Bo
 
S

Stefan Blom

Set the Saved property of the modified Document object to True, and
Word will close it without prompting. Any changes will also be lost,
of course.
 
B

Bo Rasmussen

Hej Stefan,

Tak :eek:)

Stefan Blom said:
Set the Saved property of the modified Document object to True, and
Word will close it without prompting. Any changes will also be lost,
of course.
 
Top