Errors with the ruler

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

Guest

Every time i close word the verticle ruler disapears and i have to go into
settings and turn it on. THe setting refuses to save. I cant figure out why
it keeps resetting. Can someone please help it is quite annoying.
 
This is usually an indication of a minor corruption in the Word Data
Settings sub key in the registry and such corruptions are common with Word
2003. An easy solution is to add the following lines

ActiveWindow.View.Type = wdPrintView
ActiveWindow.DisplayVerticalRuler = True

to an autoopen macro and an autonew macro in normal. dot which will set it
for each document.

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

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

My web site www.gmayor.com

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