Reviewing pane in startup

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

Guest

Why does my Word program automatically show the reviewing pane on the left
side when I open it? I know how to hide it, but how can I stop it from being
a part of startup? Any help would be appreciated. Thanks
 
Why does my Word program automatically show the reviewing pane on the left
side when I open it? I know how to hide it, but how can I stop it from being
a part of startup? Any help would be appreciated. Thanks

Have a look at the "Auto macros" section of
http://www.gmayor.com/installing_macro.htm. The AutoOpen and AutoNew
macros shown there include this line, which does the magic you're
interested in:

CommandBars("Reviewing").Visible = False

Whether or not you use the other items in the macros is up to you.

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.
 
Back
Top