PC Review


Reply
Thread Tools Rate Thread

Default to open Word files in draft view.

 
 
Charles J
Guest
Posts: n/a
 
      10th Dec 2007
With Office 2007, I am trying to set Word
so that it opens my files in draft view rather
than in print layout. Is it possible to set the
view in which files are opened?
 
Reply With Quote
 
 
 
 
Jay Freedman
Guest
Posts: n/a
 
      10th Dec 2007
Charles J wrote:
> With Office 2007, I am trying to set Word
> so that it opens my files in draft view rather
> than in print layout. Is it possible to set the
> view in which files are opened?


Documents should open in the view in which they were last saved
(http://www.word.mvps.org/FAQs/Genera...iewAndZoom.htm, but note that
Word 2007 uses Normal.dotm instead of Normal.dot).

If you want to force all documents to draft view regardless of how they were
saved or where they came from, add this macro to your Normal.dotm template
(http://www.gmayor.com/installing_macro.htm):

Sub AutoOpen()
ActiveWindow.View = wdNormalView
End Sub

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.


 
Reply With Quote
 
Suzanne S. Barnhill
Guest
Posts: n/a
 
      11th Dec 2007
Even for documents saved in Draft view, you have to enable opening docs in
Draft view, which is in the Word Options somewhere.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Jay Freedman" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Charles J wrote:
>> With Office 2007, I am trying to set Word
>> so that it opens my files in draft view rather
>> than in print layout. Is it possible to set the
>> view in which files are opened?

>
> Documents should open in the view in which they were last saved
> (http://www.word.mvps.org/FAQs/Genera...iewAndZoom.htm, but note that
> Word 2007 uses Normal.dotm instead of Normal.dot).
>
> If you want to force all documents to draft view regardless of how they
> were saved or where they came from, add this macro to your Normal.dotm
> template (http://www.gmayor.com/installing_macro.htm):
>
> Sub AutoOpen()
> ActiveWindow.View = wdNormalView
> End Sub
>
> --
> Regards,
> Jay Freedman
> Microsoft Word MVP FAQ: http://word.mvps.org
> Email cannot be acknowledged; please post all follow-ups to the newsgroup
> so all may benefit.
>



 
Reply With Quote
 
djprius
Guest
Posts: n/a
 
      11th Dec 2007
Suzanne S. Barnhill wrote:
> Even for documents saved in Draft view, you have to enable opening docs in
> Draft view, which is in the Word Options somewhere.


In Word 2007, one can find that setting here:

Office Button |Word Options | Advanced | General |Allow Opening a
Document in Draft View

David
 
Reply With Quote
 
Suzanne S. Barnhill
Guest
Posts: n/a
 
      11th Dec 2007
And just to clarify, it's only in Word 2007 that that setting exists or is
needed (previous versions have no problem opening in Normal view).

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"djprius" <(E-Mail Removed)> wrote in message
news:O9va2J$(E-Mail Removed)...
> Suzanne S. Barnhill wrote:
>> Even for documents saved in Draft view, you have to enable opening docs
>> in Draft view, which is in the Word Options somewhere.

>
> In Word 2007, one can find that setting here:
>
> Office Button |Word Options | Advanced | General |Allow Opening a Document
> in Draft View
>
> David



 
Reply With Quote
 
Stefan Blom
Guest
Posts: n/a
 
      12th Dec 2007
And, of course, a similar macro could be added to force newly created
documents to display in Draft view:

Sub AutoNew()
ActiveWindow.View = wdNormalView
End Sub

--
Stefan Blom
Microsoft Word MVP


"Jay Freedman" wrote in message news:(E-Mail Removed)...
> Charles J wrote:
>> With Office 2007, I am trying to set Word
>> so that it opens my files in draft view rather
>> than in print layout. Is it possible to set the
>> view in which files are opened?

>
> Documents should open in the view in which they were last saved
> (http://www.word.mvps.org/FAQs/Genera...iewAndZoom.htm, but note that
> Word 2007 uses Normal.dotm instead of Normal.dot).
>
> If you want to force all documents to draft view regardless of how they
> were saved or where they came from, add this macro to your Normal.dotm
> template (http://www.gmayor.com/installing_macro.htm):
>
> Sub AutoOpen()
> ActiveWindow.View = wdNormalView
> End Sub
>
> --
> Regards,
> Jay Freedman
> Microsoft Word MVP FAQ: http://word.mvps.org
> Email cannot be acknowledged; please post all follow-ups to the newsgroup
> so all may benefit.
>



 
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
How to control Word to open files in Draft layout and Document Map Ross_123 Microsoft Word Document Management 3 21st May 2010 05:49 PM
how to open a new Word document in draft view as default Raj Microsoft Word Document Management 1 4th Jan 2010 02:08 PM
Open Word (saved and new) docs in Web view by default? Paul Microsoft Word Document Management 2 9th Jan 2009 11:25 PM
How do I change the default view to draft when opening word 2007 . Steve Microsoft Word Document Management 2 9th Dec 2008 06:05 PM
Can I change the Default view of files when I open a Folder?>? =?Utf-8?B?c2FpbG9ycXVhZA==?= Windows XP New Users 1 12th Jun 2004 05:07 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:42 PM.