Reply
 
Thread Tools Display Modes
  #1   Report Post  
Terry Irwin
 
Posts: n/a
Default Forcing Word to start in Print view rather than reader

My version of Word (Office 2003) opens in the reader View. I want it to
start in Print view. How can I set this as default?

Thanks

Terry


  #2   Report Post  
Suzanne S. Barnhill
 
Posts: n/a
Default

Start by disable "Allow starting in Reading Layout" on the General tab of
Tools | Options. Then see
http://word.mvps.org/FAQs/General/SaveViewAndZoom.htm, but note that
compliance is spotty in Word 2002/2003.

--
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.

"Terry Irwin" terry Irwin wrote in message
...
My version of Word (Office 2003) opens in the reader View. I want it to
start in Print view. How can I set this as default?

Thanks

Terry



  #3   Report Post  
Pat Garard
 
Posts: n/a
Default

G'Day Terry,

I know of no way to set any default, however Word usually
'remembers' the view in which it was last closed.

Open Word and switch to the View of your choice. Close
Word and re-start it - it should open to your chosen view.

IF you are opening Word Documents received as e-mail
attachments, and they are coming up in Reading Layout, then:
ToolsOptions
General (tab)
Allow starting in Reading Layout (UNCHECK the box)
to stop this from happening.
--
Regards,
Pat Garard
Melbourne, Australia
_______________________

"Terry Irwin" terry Irwin wrote in message
...
My version of Word (Office 2003) opens in the reader View. I want it to
start in Print view. How can I set this as default?

Thanks

Terry



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

Start by disallowing opening in Reading Layout. This option is on the
general tab of the options dialog.

I have code in an AutoExec that sets my normal view and then switches me
into PageLayout view. 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
If ActiveWindow.View.SplitSpecial = wdPaneNone Then
ActiveWindow.ActivePane.View.Type = wdNormalView
Else
ActiveWindow.View.Type = wdNormalView
End If
ActiveWindow.StyleAreaWidth = InchesToPoints(1.25)
'
' 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.


"Terry Irwin" terry Irwin wrote in message
...
My version of Word (Office 2003) opens in the reader View. I want it to
start in Print view. How can I set this as default?

Thanks

Terry



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
Macros - Keyboard Commands Janet Microsoft Word Help 6 April 11th 05 05:28 AM
1st word in heading flush left second word flush right Elin New Users 9 April 4th 05 08:44 PM
Boiletplates from Word Perfect linda Microsoft Word Help 1 January 28th 05 05:37 PM
In typing dates in Word, i.e. "January 12" how do you keep the "1. Carol Microsoft Word Help 2 January 12th 05 08:09 PM
word xp crashes after macros are recorded kharris0405 Microsoft Word Help 3 January 11th 05 10:50 PM


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