After printing labels, document will not go to 1" top margin??

F

Fijipup

I have tried this. I have also located Normal.dot and it looks fine.
However, when I open a new document, the curser still remains at the top of
the page...thx
 
G

Graham Mayor

Word 2003 has a habit of losing settings from tools > options. You can fix
this particular issue by adding the following lines to both an autonew and
an autoopen macro in normal.dot http://www.gmayor.com/installing_macro.htm

With ActiveWindow.View
.Type = wdPrintView
.DisplayPageBoundaries = True
End With

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


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Top