Rulers in Word

S

Snowedin

Hi.
I do not want to see rulers. I hide them using view then unchecking
rulers.... But everytime I open up word they reappear. I do exactly the same
with the status bar ; tools, options and uncheck status bar. That too
reappears everytime. Is there a way to permanently hide both the ruler and
the status bar ?
Thank you for any input !
 
G

Graham Mayor

Create (or add to) an autonew and an autoopen macro in normal.dot, the
following

Application.DisplayStatusBar = False
With ActiveWindow
.DisplayVerticalRuler = False
.DisplayRightRuler = False
.ActivePane.DisplayRulers = False
End With

See http://www.gmayor.com/installing_macro.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
S

Snowedin

That has done the trick ! Thankyou !
( And I'm going to delve into this macro business a little deeper... Thanks
again )
 

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

Top