[dba-Tech] Inhibit Save prompt when closing Word document

Stuart McLachlan stuart at lexacorp.com.pg
Tue Aug 21 18:52:35 CDT 2007


On 21 Aug 2007 at 16:23, Susan Harkins wrote:

> Is there anyone to inhibit the save prompt when closing a document? I'm
> working with a form and I don't want users to save any changes. It's
> strictly a fill-in, print, dump form. 
> 


Private Sub Document_Close()
ActiveDocument.Saved = True
End Sub





More information about the dba-Tech mailing list