The simplest and least problematic method is to add the New command to the
toolbar and click that. Having Word automatically create a new document when
you close a document is possible, but I would imagine that it would get
rather irritating - but if you insist the following macro (in normal.dot)
intercepts the FileClose command to close the document and open a new one.
Sub FileClose()
WordBasic.FileClose
Documents.Add
End Sub
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.