It should be easy enough to fix with a macro saved in normal.dot. The
following will intercept the in-built command and set the width at 16%
Sub ViewDocumentMap()
With ActiveWindow
If .DocumentMap = False Then
.DocumentMap = True
.DocumentMapPercentWidth = 16
Else
.DocumentMap = False
End If
End With
End Sub
Set the PercentWidth to reflect the width you require
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site
www.gmayor.com
Word MVP web site
http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Nonesuch wrote:
> This is a title of an article in the knowledgebase. It says that it
> is only a problem in word 97 and there is no fix. I had the same
> problem with word 2000 whilst in college a number of years back. I
> managed to do a bit of hackery-pokery which enabled me to set the
> width of the document map permanently so that when I opened or newed
> a doc it went to the size I'd set.
>
> I've not used word for years. I now have started using word 2002 and
> it has the same problem, but I can't remember how I fixed it. Was
> going to look for a second-hand copy of word 2003 in ebay, but a
> friend says that it also has this problem. Word 2007 doesn't have
> this problem, but I can't afford it.
>
> Any ideas?