Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Document Management / May 2008

Tip: Looking for answers? Try searching our database.

Registry setting that will *permanently* keep Reading Layout "off"

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
kyot58 - 08 May 2008 22:48 GMT
I really dislike the Reading Layout view. Every time I open an email
attachment from Outlook, it comes back. I have turned it off countless times
in Tools> Options> General > clear the check box for Allow starting in
Reading Layout. Is there a registry setting that will permanently do this? I
am using Word 2003. Thanks for anyone's help here.
Stefan Blom - 14 May 2008 12:37 GMT
You can use a couple of auto macros in your Normal template (or add the code
to these macros if they already exist):

Sub AutoOpen()
   Options.AllowReadingMode = False
End Sub

Sub AutoNew()
   Options.AllowReadingMode = False
End Sub

For assistance, see http://www.gmayor.com/installing_macro.htm.

Signature

Stefan Blom
Microsoft Word MVP

> I really dislike the Reading Layout view. Every time I open an email
> attachment from Outlook, it comes back. I have turned it off countless times
> in Tools> Options> General > clear the check box for Allow starting in
> Reading Layout. Is there a registry setting that will permanently do this? I
> am using Word 2003. Thanks for anyone's help here.
kyot58 - 16 May 2008 15:29 GMT
Thanks Stefan, I'll give this a shot.

> You can use a couple of auto macros in your Normal template (or add the code
> to these macros if they already exist):
[quoted text clipped - 14 lines]
> > Reading Layout. Is there a registry setting that will permanently do this? I
> > am using Word 2003. Thanks for anyone's help here.
Stefan Blom - 19 May 2008 09:28 GMT
You are welcome.

Signature

Stefan Blom
Microsoft Word MVP

> Thanks Stefan, I'll give this a shot.
>
[quoted text clipped - 19 lines]
>> > this? I
>> > am using Word 2003. Thanks for anyone's help here.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.