Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.pagelayout
CTK
 
Posts: n/a
Default How do I get WORD to open in print layout every time?

When I open WORD doccuments, it changes the viewing screen and I need to
select Print Layout every time. How do I set print layout?
  #2   Report Post  
Posted to microsoft.public.word.pagelayout
Suzanne S. Barnhill
 
Posts: n/a
Default How do I get WORD to open in print layout every time?

Documents open in the view in which they were saved. Word is supposed to
open in the view in which it was saved, but I find this is very
inconsistent.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"CTK" wrote in message
...
When I open WORD doccuments, it changes the viewing screen and I need to
select Print Layout every time. How do I set print layout?


  #3   Report Post  
Posted to microsoft.public.word.pagelayout
Graham Mayor
 
Posts: n/a
Default How do I get WORD to open in print layout every time?

Suzanne likes to avoid vba but the view can be forced using auto macros.
An autoopen and an autonew macro in normal.dot each containing the lines

With ActiveWindow.View
.Type = wdPrintView
.Zoom.Percentage = 500
.Zoom.Percentage = 100
End With

will open every document at 100% (the zoom to 500% first fixes an occasional
bug that affects cursor size)
See http://www.gmayor.com/installing_macro.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


CTK wrote:
When I open WORD doccuments, it changes the viewing screen and I need
to select Print Layout every time. How do I set print layout?



  #4   Report Post  
Posted to microsoft.public.word.pagelayout
Suzanne S. Barnhill
 
Posts: n/a
Default How do I get WORD to open in print layout every time?

It isn't so much that I "like to avoid it" (though a case might be made for
that) as that I don't know how to write it.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Graham Mayor" wrote in message
...
Suzanne likes to avoid vba but the view can be forced using auto macros.
An autoopen and an autonew macro in normal.dot each containing the lines

With ActiveWindow.View
.Type = wdPrintView
.Zoom.Percentage = 500
.Zoom.Percentage = 100
End With

will open every document at 100% (the zoom to 500% first fixes an

occasional
bug that affects cursor size)
See http://www.gmayor.com/installing_macro.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


CTK wrote:
When I open WORD doccuments, it changes the viewing screen and I need
to select Print Layout every time. How do I set print layout?




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
WP merge file to Word sstires Tables 4 February 14th 06 06:26 PM
How can Word display full path of a file in the title bar? SAsif Microsoft Word Help 1 January 26th 06 04:32 PM
Set default so existing word documents open in Print Layout Gee Page Layout 4 May 26th 05 02:56 PM
is word perfect compatible with office word? Noreen Microsoft Word Help 1 May 11th 05 11:17 PM
creating forms Fluffypink Microsoft Word Help 4 March 9th 05 04:17 PM


All times are GMT +1. The time now is 05:52 PM.

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"