Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.pagelayout
Jeff Reimer Jeff Reimer is offline
external usenet poster
 
Posts: 1
Default Word 2003 Reading View

Hi,
I need to have word open in reading view mode in 2003. Does anyone knw how
to make this happen. No one seems to know how to do this

  #2   Report Post  
Posted to microsoft.public.word.pagelayout
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Word 2003 Reading View

If you have "Allow starting in Reading Layout" checked on the General tab of
Tools | Options, it will be automatic when you open an email attachment. But
that is the only way it can be achieved (short of a macro). I don't believe
documents can be saved to open in that view.

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

"Jeff Reimer" Jeff wrote in message
news
Hi,
I need to have word open in reading view mode in 2003. Does anyone knw
how
to make this happen. No one seems to know how to do this



  #3   Report Post  
Posted to microsoft.public.word.pagelayout
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default Word 2003 Reading View

Place these macros in normal.dot:

Sub AutoExec()
Application.OnTime _
When:=Now + TimeValue("00:00:02"), Name:="ChangeTheView"
End Sub

Sub AutoOpen()
ChangeTheView
End Sub

Sub AutoNew()
ChangeTheView
End Sub

Sub ChangeTheView()
ActiveWindow.View = 7
End Sub

--
Stefan Blom
Microsoft Word MVP



"Suzanne S. Barnhill" wrote in message
...
If you have "Allow starting in Reading Layout" checked on the General tab
of Tools | Options, it will be automatic when you open an email
attachment. But that is the only way it can be achieved (short of a
macro). I don't believe documents can be saved to open in that view.

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

"Jeff Reimer" Jeff wrote in message
news
Hi,
I need to have word open in reading view mode in 2003. Does anyone knw
how
to make this happen. No one seems to know how to do this





  #4   Report Post  
Posted to microsoft.public.word.pagelayout
Jeff Reimer[_2_] Jeff Reimer[_2_] is offline
external usenet poster
 
Posts: 1
Default Word 2003 Reading View

this worked

thanks


"Stefan Blom" wrote:

Place these macros in normal.dot:

Sub AutoExec()
Application.OnTime _
When:=Now + TimeValue("00:00:02"), Name:="ChangeTheView"
End Sub

Sub AutoOpen()
ChangeTheView
End Sub

Sub AutoNew()
ChangeTheView
End Sub

Sub ChangeTheView()
ActiveWindow.View = 7
End Sub

--
Stefan Blom
Microsoft Word MVP



"Suzanne S. Barnhill" wrote in message
...
If you have "Allow starting in Reading Layout" checked on the General tab
of Tools | Options, it will be automatic when you open an email
attachment. But that is the only way it can be achieved (short of a
macro). I don't believe documents can be saved to open in that view.

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

"Jeff Reimer" Jeff wrote in message
news
Hi,
I need to have word open in reading view mode in 2003. Does anyone knw
how
to make this happen. No one seems to know how to do this






  #5   Report Post  
Posted to microsoft.public.word.pagelayout
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default Word 2003 Reading View

You are welcome.

--
Stefan Blom
Microsoft Word MVP



"Jeff Reimer" wrote in message
...
this worked

thanks


"Stefan Blom" wrote:

Place these macros in normal.dot:

Sub AutoExec()
Application.OnTime _
When:=Now + TimeValue("00:00:02"), Name:="ChangeTheView"
End Sub

Sub AutoOpen()
ChangeTheView
End Sub

Sub AutoNew()
ChangeTheView
End Sub

Sub ChangeTheView()
ActiveWindow.View = 7
End Sub

--
Stefan Blom
Microsoft Word MVP



"Suzanne S. Barnhill" wrote in message
...
If you have "Allow starting in Reading Layout" checked on the General
tab
of Tools | Options, it will be automatic when you open an email
attachment. But that is the only way it can be achieved (short of a
macro). I don't believe documents can be saved to open in that view.

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

"Jeff Reimer" Jeff wrote in message
news Hi,
I need to have word open in reading view mode in 2003. Does anyone
knw
how
to make this happen. No one seems to know how to do this








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
Reading Layout View in Word 2003 [email protected] Page Layout 3 August 16th 06 03:35 PM
view multiple pages in reading view with comments? Simeon Microsoft Word Help 1 February 18th 06 10:43 AM
Reading Layout View Problematic as Default Word Attachment View D. Turnipseed Page Layout 4 January 5th 06 02:06 PM
Print reading layout view in Word 2003? [email protected] Page Layout 0 October 17th 05 04:11 PM
Reading View in Word 2003... Birmangirl Microsoft Word Help 2 August 2nd 05 04:30 PM


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