Reply
 
Thread Tools Display Modes
  #1   Report Post  
mrmnz
 
Posts: n/a
Default Page View on opening documents

When I open Word 2003, my new docs will not open in Print Layout, ie. so I
can see the empty Header area, and margins to the left and right. The only
way I can get to that View is to go: View|Header and Footer|Close. How can I
tell Word what View I want it to open in ALL THE TIME?
  #2   Report Post  
Shauna Kelly
 
Posts: n/a
Default

Hi mrmnz

Does the following help?
Where did my header and footer go?
http://home.earthlink.net/~wordfaqs/WhiteSpace.htm

Bear in mind that this is a per-document setting, and it is saved with the
document.

Hope this helps.

Shauna Kelly. Microsoft MVP.
http://www.shaunakelly.com/word


"mrmnz" wrote in message
...
When I open Word 2003, my new docs will not open in Print Layout, ie. so I
can see the empty Header area, and margins to the left and right. The
only
way I can get to that View is to go: View|Header and Footer|Close. How
can I
tell Word what View I want it to open in ALL THE TIME?



  #3   Report Post  
Anne Thomas
 
Posts: n/a
Default

Start Word. From the View menu, choose Print Layout. Close Word.
When you start Word again, you should be in Print Layout.

"mrmnz" wrote:

When I open Word 2003, my new docs will not open in Print Layout, ie. so I
can see the empty Header area, and margins to the left and right. The only
way I can get to that View is to go: View|Header and Footer|Close. How can I
tell Word what View I want it to open in ALL THE TIME?

  #4   Report Post  
Charles Kenyon
 
Posts: n/a
Default

If the other solutions don't do what you want, start by disallowing opening
in Reading Layout. This option is on the
general tab of the options dialog.

I have code in normal.dot that switches me into print view when Word starts
and when a new document based on normal.dot is created. It may be overkill.

Sub AutoNew()
'
' AutoNew Macro
' Macro written 12/13/01 by Charles Kyle Kenyon
' Switches to normal view, sets style panel, switches to print view
'
On Error GoTo NoOpenDoc
' Set to print view
'
If ActiveWindow.View.SplitSpecial = wdPaneNone Then
ActiveWindow.ActivePane.View.Type = wdPrintView
Else
ActiveWindow.View.Type = wdPrintView
End If
Exit Sub 'skip error handler
'
NoOpenDoc: ' No open document error handler
Documents.Add ' Add blank document based on normal.dot
Resume
End Sub

Sub AutoExec()
AutoNew
End Sub


Like I said, this may be overkill.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.


"mrmnz" wrote in message
...
When I open Word 2003, my new docs will not open in Print Layout, ie. so I
can see the empty Header area, and margins to the left and right. The
only
way I can get to that View is to go: View|Header and Footer|Close. How
can I
tell Word what View I want it to open in ALL THE TIME?



  #5   Report Post  
mrmnz
 
Posts: n/a
Default

Thanks very much to all of you. I will check out all options when I get to
work tomorrow (which is where I use Word 2003).

"Charles Kenyon" wrote:

If the other solutions don't do what you want, start by disallowing opening
in Reading Layout. This option is on the
general tab of the options dialog.

I have code in normal.dot that switches me into print view when Word starts
and when a new document based on normal.dot is created. It may be overkill.

Sub AutoNew()
'
' AutoNew Macro
' Macro written 12/13/01 by Charles Kyle Kenyon
' Switches to normal view, sets style panel, switches to print view
'
On Error GoTo NoOpenDoc
' Set to print view
'
If ActiveWindow.View.SplitSpecial = wdPaneNone Then
ActiveWindow.ActivePane.View.Type = wdPrintView
Else
ActiveWindow.View.Type = wdPrintView
End If
Exit Sub 'skip error handler
'
NoOpenDoc: ' No open document error handler
Documents.Add ' Add blank document based on normal.dot
Resume
End Sub

Sub AutoExec()
AutoNew
End Sub


Like I said, this may be overkill.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.


"mrmnz" wrote in message
...
When I open Word 2003, my new docs will not open in Print Layout, ie. so I
can see the empty Header area, and margins to the left and right. The
only
way I can get to that View is to go: View|Header and Footer|Close. How
can I
tell Word what View I want it to open in ALL THE TIME?




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
Starting view crops top and bottom of page cbeck Page Layout 3 April 23rd 23 02:49 PM
Changing Reading view to page width zoom Skids Microsoft Word Help 12 March 31st 05 05:53 PM
Page Numbering in Multiple Section Documents Murray Anderson Microsoft Word Help 1 February 24th 05 06:27 PM
Reading view in page width zoom Changing Reading view to page width zoom Microsoft Word Help 0 February 23rd 05 04:57 PM
Get Reading view in page width zoom Skids Page Layout 0 February 21st 05 07:53 AM


All times are GMT +1. The time now is 04:15 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"