PC Review


Reply
Thread Tools Rate Thread

How to control Word to open files in Draft layout and Document Map

 
 
Ross_123
Guest
Posts: n/a
 
      21st May 2010
I can't find how to control this. Sometimes for a long period all documents
open in Draft mode which is what I want but sometimes they open in other
layout modes and I have to constantly switch to Draft layout mode. Also the
same happens with the Document Map view that appear on the left side. I used
to have all documents open with that Document Map view but currently for
about a month all documents open with Thumbnails view and I have to always
switch to Document Map view every time.
 
Reply With Quote
 
 
 
 
Jay Freedman
Guest
Posts: n/a
 
      21st May 2010

Ross_123 wrote:
> I can't find how to control this. Sometimes for a long period all
> documents open in Draft mode which is what I want but sometimes they
> open in other layout modes and I have to constantly switch to Draft
> layout mode. Also the same happens with the Document Map view that
> appear on the left side. I used to have all documents open with that
> Document Map view but currently for about a month all documents open
> with Thumbnails view and I have to always switch to Document Map view
> every time.


You can use a macro like this:

Sub AutoOpen()
With ActiveWindow
.DocumentMap = True
.Thumbnails = False
.View.Type = wdNormalView
End With
End Sub

and a similar one named AutoNew(). Read
http://www.gmayor.com/installing_macro.htm for explanation of this and other
things you can do when opening a document.

You should also look at
http://www.word.mvps.org/FAQs/Genera...iewAndZoom.htm.

--
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
 
Stefan Blom
Guest
Posts: n/a
 
      21st May 2010
The view is saved with the document--so documents open the way they were saved.

The display of the Document Map, on the other hand, seems to be "global" in
Word: the setting that was last used remains throughout the current session (and
possibly even if you exit and restart Word). But note that the Document Map may
be visible in Print Layout view and hidden in Draft view.

--
Stefan Blom
Microsoft Word MVP
(Message posted via NNTP)



"Ross_123" <(E-Mail Removed)> wrote in message
news:1221D790-2134-4658-A476-(E-Mail Removed)...
>I can't find how to control this. Sometimes for a long period all documents
> open in Draft mode which is what I want but sometimes they open in other
> layout modes and I have to constantly switch to Draft layout mode. Also the
> same happens with the Document Map view that appear on the left side. I used
> to have all documents open with that Document Map view but currently for
> about a month all documents open with Thumbnails view and I have to always
> switch to Document Map view every time.



 
Reply With Quote
 
Suzanne S. Barnhill
Guest
Posts: n/a
 
      21st May 2010
Note also that documents, even if saved in Draft view, will not open in
Draft view unless you have explicitly selected that option in Office Button
| Word Options | Advanced: General: "Allow opening a document in Draft
view."

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Stefan Blom" <(E-Mail Removed)> wrote in message
news:uu3uP4P%(E-Mail Removed)...
> The view is saved with the document--so documents open the way they were
> saved.
>
> The display of the Document Map, on the other hand, seems to be "global"
> in Word: the setting that was last used remains throughout the current
> session (and possibly even if you exit and restart Word). But note that
> the Document Map may be visible in Print Layout view and hidden in Draft
> view.
>
> --
> Stefan Blom
> Microsoft Word MVP
> (Message posted via NNTP)
>
>
>
> "Ross_123" <(E-Mail Removed)> wrote in message
> news:1221D790-2134-4658-A476-(E-Mail Removed)...
>>I can't find how to control this. Sometimes for a long period all
>>documents
>> open in Draft mode which is what I want but sometimes they open in other
>> layout modes and I have to constantly switch to Draft layout mode. Also
>> the
>> same happens with the Document Map view that appear on the left side. I
>> used
>> to have all documents open with that Document Map view but currently for
>> about a month all documents open with Thumbnails view and I have to
>> always
>> switch to Document Map view every time.

>
>
>


 
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 open a new Word document in draft view as default Raj Microsoft Word Document Management 1 4th Jan 2010 02:08 PM
How do I open Word docs in Print Layout not Reading Layout? MCGOWAN Microsoft Outlook Discussion 1 4th Jul 2008 04:23 PM
Default to open Word files in draft view. Charles J Microsoft Word Document Management 5 12th Dec 2007 09:11 AM
Using Excel VBA to control Word (open document) Keith Microsoft Excel Programming 1 16th Jan 2007 04:32 AM
How can I open a document in print layout instead of web layout? =?Utf-8?B?VHJhdmlz?= Microsoft Word New Users 2 8th Jul 2005 12:41 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:55 AM.