Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Dave[_8_] Dave[_8_] is offline
external usenet poster
 
Posts: 3
Default Keeping MS Word Outline Sections Collapsed

Using Word Outline mode a lot.

Any way to keep sections "collapsed" you close / reopen a document ?

When I open a document - it expands the entire outline - would like
sections to remain collapsed

Thanks !

  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom Stefan Blom is offline
external usenet poster
 
Posts: 8,428
Default Keeping MS Word Outline Sections Collapsed

This cannot be done in the user interface, unfortunately. You could use a
macro. To simply show (say) Heading 1--Heading 3 paragraphs would be
straightforward:

Sub test()
ActiveWindow.View.Type = 2 ' Outline view
ActiveWindow.View.ShowHeading 3 ' Show levels 1--3 only
End Sub

But if you want something more advanced, you'd better ask in a programming
newsgroup.

--
Stefan Blom
Microsoft Word MVP


"Dave" wrote in message
oups.com...
Using Word Outline mode a lot.

Any way to keep sections "collapsed" you close / reopen a document ?

When I open a document - it expands the entire outline - would like
sections to remain collapsed

Thanks !











  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Dave[_8_] Dave[_8_] is offline
external usenet poster
 
Posts: 3
Default Keeping MS Word Outline Sections Collapsed

Stefan - thanks a lot for your response. I was hoping there'd be some
way for document to "remember" what sections were collapsed/open when
document is closed - and simply resume that structure when document is
re-opened.

Oh well, maybe I need to investigate a separate dedicated outlining
program.


On Aug 27, 6:01 am, "Stefan Blom" wrote:
This cannot be done in the user interface, unfortunately. You could use a
macro. To simply show (say) Heading 1--Heading 3 paragraphs would be
straightforward:

Sub test()
ActiveWindow.View.Type = 2 ' Outline view
ActiveWindow.View.ShowHeading 3 ' Show levels 1--3 only
End Sub

But if you want something more advanced, you'd better ask in a programming
newsgroup.

--
Stefan Blom
Microsoft Word MVP

"Dave" wrote in message

oups.com...



Using Word Outline mode a lot.


Any way to keep sections "collapsed" you close / reopen a document ?


When I open a document - it expands the entire outline - would like
sections to remain collapsed


Thanks !- Hide quoted text -


- Show quoted text -



  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom Stefan Blom is offline
external usenet poster
 
Posts: 8,428
Default Keeping MS Word Outline Sections Collapsed

Thank you for the feedback.

Did you ask in a programming newsgroup?

--
Stefan Blom
Microsoft Word MVP


"Dave" wrote:

Stefan - thanks a lot for your response. I was hoping there'd be some
way for document to "remember" what sections were collapsed/open when
document is closed - and simply resume that structure when document is
re-opened.

Oh well, maybe I need to investigate a separate dedicated outlining
program.


On Aug 27, 6:01 am, "Stefan Blom" wrote:
This cannot be done in the user interface, unfortunately. You could use a
macro. To simply show (say) Heading 1--Heading 3 paragraphs would be
straightforward:

Sub test()
ActiveWindow.View.Type = 2 ' Outline view
ActiveWindow.View.ShowHeading 3 ' Show levels 1--3 only
End Sub

But if you want something more advanced, you'd better ask in a programming
newsgroup.

--
Stefan Blom
Microsoft Word MVP

"Dave" wrote in message

oups.com...



Using Word Outline mode a lot.


Any way to keep sections "collapsed" you close / reopen a document ?


When I open a document - it expands the entire outline - would like
sections to remain collapsed


Thanks !- Hide quoted text -


- Show quoted text -




Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft Word, outline mode, retain collapsed sections when opening/closing Dave[_8_] Microsoft Word Help 0 August 10th 07 12:20 PM
Why won't my subdocuments lock when collapsed in outline view? ccampbell614 Microsoft Word Help 2 October 2nd 06 01:46 PM
How to change outline numbering style while keeping the previous o KC Microsoft Word Help 1 September 22nd 06 04:21 AM
Text collapsed? Dawn Microsoft Word Help 2 August 3rd 05 03:57 PM
How do I customize the "open" tree so the c: drive is collapsed? Quano Microsoft Word Help 0 July 15th 05 06:40 AM


All times are GMT +1. The time now is 05:16 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"