Reading Layout

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way to permanently turn off the reading layout in MS Word? I
know where to turn it off in Tools>>Options, but after a few times it seems
to default to it again. It is really annoying when opening attachments.
 
Add the following line to both an autoopen macro and an autoexec macro in
normal.dot

Options.AllowReadingMode = False

This will reset it every time Word is opened or a document is opened.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top