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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top