View Single Post
  #3   Report Post  
MistaTee MistaTee is offline
Junior Member
 
Posts: 0
Default

Quote:
Originally Posted by Cindy M. View Post
Hi ?B?Z2hlZGdlaG9n?=,
Only by using a macro.
- Press Alt + F11
- right-click 'ThisDocument'
- choose 'view code'
- insert:
"Private Sub Document_Open()
ActiveDocument.Subdocuments.Expanded = Not ActiveDocument.Subdocuments. _
Expanded
End Sub"

- save and close
- you might have to readjust you macro security settings to 'medium'
- worked for me in Word 2003