Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
When I close out of a document, how do I get Word to automatically open a
blank document? |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
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 http://www.gmayor.com/installing_macro.htm -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Giz wrote: When I close out of a document, how do I get Word to automatically open a blank document? |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Note, however, that the New (i.e., FileNewDefault) button is on the Standard
toolbar in all Word versions through Word 2003 by default. -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA "Graham Mayor" wrote in message ... 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 http://www.gmayor.com/installing_macro.htm -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Giz wrote: When I close out of a document, how do I get Word to automatically open a blank document? |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatically Opening Up a Document at Start-Up | Microsoft Word Help | |||
Opening new blank document | Microsoft Word Help | |||
Is there a way of opening word without opening a blank document? | Microsoft Word Help | |||
Word document has way too many blank rows automatically ? | Page Layout | |||
document not blank when opening?? | Microsoft Word Help |