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