Document Map

D

Dave B

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.
 
K

Klaus Linke

Dave B said:
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?

Works fine here (Word2003).
Also, can the Document Map be changed with VBA?

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+= 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
 
Top