A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Page Layout
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Word 2003 Reading View



 
 
Thread Tools Display Modes
  #1  
Old August 27th, 2009, 04:21 PM posted to microsoft.public.word.pagelayout
Jeff Reimer
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  
Old August 27th, 2009, 05:25 PM posted to microsoft.public.word.pagelayout
Suzanne S. Barnhill
external usenet poster
 
Posts: 31,786
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  
Old August 27th, 2009, 06:07 PM posted to microsoft.public.word.pagelayout
Stefan Blom[_3_]
external usenet poster
 
Posts: 4,556
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  
Old August 28th, 2009, 04:37 PM posted to microsoft.public.word.pagelayout
Jeff Reimer[_2_]
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  
Old August 29th, 2009, 02:15 PM posted to microsoft.public.word.pagelayout
Stefan Blom[_3_]
external usenet poster
 
Posts: 4,556
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








 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:28 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.