opening outlines

M

Matszi

I would like to open an outline doc with only level one showing, everything
I have tried keeps reverting it back to all levels open when I open the
file. I have seen word doc that wirk this way?
Thank you
 
S

Stefan Blom

What you are describing has been the behavior of several versions now. The
view is restored, within a Word session, if you change from Outline to
another view and then back, but it is never retained after closing a
document. You could try a macro such as the following:

Sub SetDisplayLevel()
ActiveWindow.View.Type = 2
ActiveWindow.View.ShowHeading 1
End Sub

--
Stefan Blom
Microsoft Word MVP


in message
news:[email protected]...
 
Top