Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
No matter what it's saved as, all Word 2007 files when opened revert to Print
layout, not the Draft (formerly called Normal) layout of Word 2000. Have looked on the web but the explanations of how to change this are too complex to follow. Surely there must be some easy setting to turn on or off for this to happen as a default? (Have also checked Help and online Help.) |
#2
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
The first step is to select "Allow opening a document in Draft view"; you'll
find this option in Office button | Word Options, Advanced category (look under the "General" heading). Now, the view should be correctly saved with the document. To change the view saved with a document or template, see the instructions at http://word.mvps.org/faqs/general/SaveViewAndZoom.htm. However, if you want to force Draft view on any document opened in Word, you will have to use macros: Sub AutoOpen() ChangeViews End Sub Sub AutoNew() ChangeViews End Sub Sub ChangeViews() With ActiveWindow.View ..Type = 1 'Draft view ..Zoom.Percentage = 100 'Zoom level End With End Sub Store the macros in normal.dotm (or perhaps in an add-in). If you need assistance, see http://www.gmayor.com/installing_macro.htm. -- Stefan Blom Microsoft Word MVP "jap" wrote in message ... No matter what it's saved as, all Word 2007 files when opened revert to layout, not the Draft (formerly called Normal) layout of Word 2000. Have looked on the web but the explanations of how to change this are too complex to follow. Surely there must be some easy setting to turn on or off for this to happen as a default? (Have also checked Help and online Help.) |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Page breaks in draft view | Microsoft Word Help | |||
How do I set the default to open in draft view? | Page Layout | |||
Auto open Word file in Web Layout or Draft view | Page Layout | |||
Default to open Word files in draft view. | Microsoft Word Help | |||
Can I Open Up A New Document in Word 2007 Always in Draft View | Page Layout |