Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
MartynW MartynW is offline
external usenet poster
 
Posts: 1
Default Can I permanently disable Reading Layout?

I know that I can disable Reading Layout using Tools/Options, clicking the
General tab and unchecking "Allow starting in Reading Layout". But if I clear
my cache and temp files, which I do from time to time, it defaults to Reading
Layout. Is it possible to disable it permanently?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Can I permanently disable Reading Layout?

MartynW wrote:
I know that I can disable Reading Layout using Tools/Options,
clicking the General tab and unchecking "Allow starting in Reading
Layout". But if I clear my cache and temp files, which I do from time
to time, it defaults to Reading Layout. Is it possible to disable it
permanently?


Add these macros to the ThisDocument module of the Normal.dot template:

Private Sub Document_New()
Options.AllowReadingMode = False
End Sub

Private Sub Document_Open()
Options.AllowReadingMode = False
End Sub

See http://www.gmayor.com/installing_macro.htm if needed.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
lights2go lights2go is offline
external usenet poster
 
Posts: 2
Default Can I permanently disable Reading Layout?

Can you prevent an outgoing document from appearing in "READING" Layout once
it is opened? I beleive this is strictly a personal preference of the
recepient, correct?
--
lights2go


"Jay Freedman" wrote:

MartynW wrote:
I know that I can disable Reading Layout using Tools/Options,
clicking the General tab and unchecking "Allow starting in Reading
Layout". But if I clear my cache and temp files, which I do from time
to time, it defaults to Reading Layout. Is it possible to disable it
permanently?


Add these macros to the ThisDocument module of the Normal.dot template:

Private Sub Document_New()
Options.AllowReadingMode = False
End Sub

Private Sub Document_Open()
Options.AllowReadingMode = False
End Sub

See http://www.gmayor.com/installing_macro.htm if needed.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.



  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Can I permanently disable Reading Layout?

That's correct, the sender has no control over the view; only the recipient
can determine that.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

lights2go wrote:
Can you prevent an outgoing document from appearing in "READING"
Layout once it is opened? I beleive this is strictly a personal
preference of the recepient, correct?

MartynW wrote:
I know that I can disable Reading Layout using Tools/Options,
clicking the General tab and unchecking "Allow starting in Reading
Layout". But if I clear my cache and temp files, which I do from
time to time, it defaults to Reading Layout. Is it possible to
disable it permanently?


Add these macros to the ThisDocument module of the Normal.dot
template:

Private Sub Document_New()
Options.AllowReadingMode = False
End Sub

Private Sub Document_Open()
Options.AllowReadingMode = False
End Sub

See http://www.gmayor.com/installing_macro.htm if needed.



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
How do I turn off reading layout permanently? (Word 2003) biscuit26 Page Layout 1 February 26th 07 11:17 AM
Disable Reading Layout View mark6960 Page Layout 1 October 27th 06 02:49 PM
Disable Reading Layout View Coaster Man Page Layout 6 December 7th 05 10:59 PM
Open Word attachments in Print Layout instead of Reading Layout The Amati Foundation Microsoft Word Help 3 October 11th 05 06:25 PM
Change Word default (opening attachments from Outlook) from reading layout to print layout? KR New Users 5 March 21st 05 05:09 PM


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