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

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Back
Top