Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.newusers
Larry Larry is offline
external usenet poster
 
Posts: 115
Default Document View keeps reverting to Print Layout

No matter what I do, Word 2007 keeps opening in Print Layout and I have to
switch it back to Draft view. I don't see any place in the Word Options to
set the view and keep it that way. In earlier versions of Word, I have much
more control over the Document view.


  #2   Report Post  
Posted to microsoft.public.word.newusers
Larry Larry is offline
external usenet poster
 
Posts: 115
Default Document View keeps reverting to Print Layout

Anyone have any idea of how to set Word so that it will open by default as
it used to open, to the "Normal" view, now called the Draft view.

Looking at a factory fresh version of Word 97, when I open Word, it opens in
the Normal view.

In Word 2007, if a document is put in the draft view, and changes are made
and saved, and the document is closed, when it is opened again it opens in
the Print Layout view. Is there some way to change this undesired behavior?



"Larry" wrote in message
...
No matter what I do, Word 2007 keeps opening in Print Layout and I have to
switch it back to Draft view. I don't see any place in the Word Options

to
set the view and keep it that way. In earlier versions of Word, I have

much
more control over the Document view.



  #3   Report Post  
Posted to microsoft.public.word.newusers
Terry Farrell Terry Farrell is offline
external usenet poster
 
Posts: 2,904
Default Document View keeps reverting to Print Layout

AFAIAA, that isn't possible in W2007.

--
Terry Farrell - MS Word MVP

"Larry" wrote in message
...
Anyone have any idea of how to set Word so that it will open by default as
it used to open, to the "Normal" view, now called the Draft view.

Looking at a factory fresh version of Word 97, when I open Word, it opens
in
the Normal view.

In Word 2007, if a document is put in the draft view, and changes are made
and saved, and the document is closed, when it is opened again it opens in
the Print Layout view. Is there some way to change this undesired
behavior?



"Larry" wrote in message
...
No matter what I do, Word 2007 keeps opening in Print Layout and I have
to
switch it back to Draft view. I don't see any place in the Word Options

to
set the view and keep it that way. In earlier versions of Word, I have

much
more control over the Document view.




  #4   Report Post  
Posted to microsoft.public.word.newusers
CyberTaz CyberTaz is offline
external usenet poster
 
Posts: 1,348
Default Document View keeps reverting to Print Layout

Going back to Word 97, Normal View *was* the "normal view" - most everything
else was awkward for editing purposes. [Un]Fortuntely, the more graphic
views improved Page Layout/Print Layout view has become the "normal view"
for the majority of users.

I'm convinced that the *real* reason for changing to "Draft View" is simply
that Normal isn't Normal anymore - even though there are some who insist
that it was simply to avoid confusion of Normal View with Normal.dot - a
perceived conflict extant for decades - which hasn't been a serious problem
for anyone willing to add the appropriate additional 4 chars (view or .dot)
to their communication

Regards |:)
Bob Jones
[MVP] Office:Mac



On 3/19/07 4:33 PM, in article ,
"Larry" wrote:

Anyone have any idea of how to set Word so that it will open by default as
it used to open, to the "Normal" view, now called the Draft view.

Looking at a factory fresh version of Word 97, when I open Word, it opens in
the Normal view.

In Word 2007, if a document is put in the draft view, and changes are made
and saved, and the document is closed, when it is opened again it opens in
the Print Layout view. Is there some way to change this undesired behavior?



"Larry" wrote in message
...
No matter what I do, Word 2007 keeps opening in Print Layout and I have to
switch it back to Draft view. I don't see any place in the Word Options

to
set the view and keep it that way. In earlier versions of Word, I have

much
more control over the Document view.




  #5   Report Post  
Posted to microsoft.public.word.newusers
Larry Larry is offline
external usenet poster
 
Posts: 115
Default Document View keeps reverting to Print Layout

Does that mean that in the VBA code for Word 2007, the following:

ActiveWindow.ActivePane.View.Type = wdNormalView

will no longer work and would have to be changed to something else, like:

ActiveWindow.ActivePane.View.Type = wdDraftView


Larry


"CyberTaz" wrote in message
.. .
Going back to Word 97, Normal View *was* the "normal view" - most

everything
else was awkward for editing purposes. [Un]Fortuntely, the more graphic
views improved Page Layout/Print Layout view has become the "normal view"
for the majority of users.

I'm convinced that the *real* reason for changing to "Draft View" is

simply
that Normal isn't Normal anymore - even though there are some who insist
that it was simply to avoid confusion of Normal View with Normal.dot - a
perceived conflict extant for decades - which hasn't been a serious

problem
for anyone willing to add the appropriate additional 4 chars (view or

..dot)
to their communication

Regards |:)
Bob Jones
[MVP] Office:Mac



On 3/19/07 4:33 PM, in article ,
"Larry" wrote:

Anyone have any idea of how to set Word so that it will open by default

as
it used to open, to the "Normal" view, now called the Draft view.

Looking at a factory fresh version of Word 97, when I open Word, it

opens in
the Normal view.

In Word 2007, if a document is put in the draft view, and changes are

made
and saved, and the document is closed, when it is opened again it opens

in
the Print Layout view. Is there some way to change this undesired

behavior?



"Larry" wrote in message
...
No matter what I do, Word 2007 keeps opening in Print Layout and I have

to
switch it back to Draft view. I don't see any place in the Word

Options
to
set the view and keep it that way. In earlier versions of Word, I have

much
more control over the Document view.







  #6   Report Post  
Posted to microsoft.public.word.newusers
CyberTaz CyberTaz is offline
external usenet poster
 
Posts: 1,348
Default Document View keeps reverting to Print Layout

A good question to which I do not know the answer - I don't really write
that much VBA. It's possible that the underlying call remains the same &
that only the UI labeling has been changed, but I honestly don't know. If yo
don't get an answer I'll try to find out.

Regards |:)
Bob Jones
[MVP] Office:Mac



On 3/22/07 5:09 PM, in article ,
"Larry" wrote:

Does that mean that in the VBA code for Word 2007, the following:

ActiveWindow.ActivePane.View.Type = wdNormalView

will no longer work and would have to be changed to something else, like:

ActiveWindow.ActivePane.View.Type = wdDraftView


Larry


"CyberTaz" wrote in message
.. .
Going back to Word 97, Normal View *was* the "normal view" - most

everything
else was awkward for editing purposes. [Un]Fortuntely, the more graphic
views improved Page Layout/Print Layout view has become the "normal view"
for the majority of users.

I'm convinced that the *real* reason for changing to "Draft View" is

simply
that Normal isn't Normal anymore - even though there are some who insist
that it was simply to avoid confusion of Normal View with Normal.dot - a
perceived conflict extant for decades - which hasn't been a serious

problem
for anyone willing to add the appropriate additional 4 chars (view or

.dot)

to their communication

Regards |:)
Bob Jones
[MVP] Office:Mac



On 3/19/07 4:33 PM, in article ,
"Larry" wrote:

Anyone have any idea of how to set Word so that it will open by default

as
it used to open, to the "Normal" view, now called the Draft view.

Looking at a factory fresh version of Word 97, when I open Word, it

opens in
the Normal view.

In Word 2007, if a document is put in the draft view, and changes are

made
and saved, and the document is closed, when it is opened again it opens

in
the Print Layout view. Is there some way to change this undesired

behavior?



"Larry" wrote in message
...
No matter what I do, Word 2007 keeps opening in Print Layout and I have

to
switch it back to Draft view. I don't see any place in the Word

Options
to
set the view and keep it that way. In earlier versions of Word, I have
much
more control over the Document view.






  #7   Report Post  
Posted to microsoft.public.word.newusers
Bob Buckland ?:-\) Bob   Buckland ?:-\) is offline
external usenet poster
 
Posts: 2,073
Default Document View keeps reverting to Print Layout

Hi Larry,

You can use the Immediate pane in the VBA editor (Alt+F11) in Word 2007 to test. In your specific instance wdNormalView is still
the matching code.

==============
"Larry" wrote in message ...
Does that mean that in the VBA code for Word 2007, the following:

ActiveWindow.ActivePane.View.Type = wdNormalView

will no longer work and would have to be changed to something else, like:

ActiveWindow.ActivePane.View.Type = wdDraftView


Larry
--

Bob Buckland ?:-)
MS Office System Products MVP

*Courtesy is not expensive and can pay big dividends*


Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Document in normal view is blank, but in print layout is ok? eskimodeb69 Microsoft Word Help 9 December 5th 09 02:23 AM
Saving a document in Print Layout View Bug Gary Dotzlaw Page Layout 3 December 2nd 05 07:18 PM
unable to view document in Print layout Bruceway Page Layout 2 December 2nd 05 12:18 PM
Why can I view a document in print layout, but not in normal view? Sue Microsoft Word Help 4 October 14th 05 03:21 PM
Can't view margins at top of document in print layout mwf05 Page Layout 1 February 8th 05 05:20 PM


All times are GMT +1. The time now is 12:01 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"