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