PC Review


Reply
Thread Tools Rate Thread

Change view mode

 
 
SF
Guest
Posts: n/a
 
      24th Mar 2010

Hi,

My word 2007 open in Print Layout mode, how to I tell Word 2007 to open in
draft mode for every document.

SF


 
Reply With Quote
 
 
 
 
Stefan Blom
Guest
Posts: n/a
 
      24th Mar 2010

To force all documents into Draft view, add the following auto macros to
your normal.dotm (if you are already using auto macros, just add the lines
of code to those macros):

Sub AutoOpen()
Options.AllowOpenInDraftView = True
ActiveWindow.View.Type = wdNormalView
ActiveWindow.View.Zoom.Percentage = 100
End Sub

Sub AutoNew()
Options.AllowOpenInDraftView = True
ActiveWindow.View.Type = wdNormalView
ActiveWindow.View.Zoom.Percentage = 100
End Sub

If you need assistance, see http://www.gmayor.com/installing_macro.htm.

--
Stefan Blom
Microsoft Word MVP



"SF" <(E-Mail Removed)> wrote in message
news:%23Q$(E-Mail Removed)...
> Hi,
>
> My word 2007 open in Print Layout mode, how to I tell Word 2007 to open in
> draft mode for every document.
>
> SF
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can users change list box column sizes in "Form View" mode? (not Design mode) Chrisso Microsoft Access Forms 2 23rd Nov 2007 08:57 AM
How to change Subform view mode ? Nikko Microsoft Access Forms 2 2nd May 2006 05:04 PM
how do you change the view mode for attachments =?Utf-8?B?bGZuc2xo?= Microsoft Outlook Discussion 1 21st Oct 2004 03:42 PM
How to change email view mode to classic mode? صوأ»¾¢ Microsoft Outlook 2 17th Jun 2004 07:09 AM
Change in View Mode - Powerpoint XP Roland Microsoft Powerpoint 2 26th Nov 2003 01:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:16 AM.