To change the document map, Word help says to right-click on the map, but
when I do, nothing happens (my right click works every where else). Any
ideas? Also, can the Document Map be changed with VBA? Thanks.

Re: Document Map by Klaus

Klaus
Fri Apr 15 09:38:23 CDT 2005

"Dave B" <davidbarbetta@hotmail.com> wrote:
> To change the document map, Word help says to right-click=20
> on the map, but when I do, nothing happens (my right click=20
> works every where else). Any ideas? =20

Works fine here (Word2003).

> Also, can the Document Map be changed with VBA?=20

For some stuff, you can use the same code as for Outline view (Say =
"ActiveWindow.View.ShowHeading 1 "to show level 1 headings only).

I thought that OutlineExpand/OutlineCollapse (Alt+=3D and Alt+_) worked =
to expand/collapse levels in DocMap, too, but it doesn't seem to work in =
Word2003. What do you want to do? Perhaps we'll find some way to do =
it...

Regards,
Klaus