RE: Word Outline and Doc Map Problem

Subject: RE: Word Outline and Doc Map Problem
From: "Lisa Priester" <lpriester -at- castandcrew -dot- com>
To: "'TECHWR-L'" <techwr-l -at- lists -dot- techwr-l -dot- com>
Date: Tue, 21 Aug 2007 18:00:41 -0700

Jim,

I did the same thing (figuratively tearing my hair out) and finally found on
the Word MVP site that this behavior is a bug that appears when you use the
document map and have one-line paragraphs following a heading (a subtle
pattern to suss out, I must say).

Here is a macro that fixes the level. I added it to my "AutoOpen" macros
that run when I open a document. Select all and Ctrl+Q will do the same
thing, I believe.

This macro resets the heading level to that specified in the paragraph style
'
Dim myPara As Paragraph
For Each myPara In ActiveDocument.Paragraphs
myPara.OutlineLevel = myPara.Style.ParagraphFormat.OutlineLevel
Next myPara

More info:
http://word.mvps.org/FAQs/General/DocumentMap.htm

Regards,

Lisa Priester
IT Document Specialist
Cast & Crew Entertainment Services, LLC.

-----Original Message-----
From: techwr-l-bounces+lpriester=castandcrew -dot- com -at- lists -dot- techwr-l -dot- com
[mailto:techwr-l-bounces+lpriester=castandcrew -dot- com -at- lists -dot- techwr-l -dot- com] On
Behalf Of Jim Morgan
Sent: Tuesday, August 21, 2007 5:11 PM
To: techwr-l -at- lists -dot- techwr-l -dot- com
Subject: Word Outline and Doc Map Problem

Okay, I've just spent 20 minutes in Word Help, the Microsoft KB, and on the
Web and can't find an answer to this one. I'm working in Word 2003/XP. I use
custom heading styles, which I have set to different outline levels through
the Styles pane. That is, "Custom Heading 1" is Outline Level 1, "Custom
Heading 2" is Outline Level 2," etc.

Up until yesterday, these headings were outlined properly in the Document
Map and Outline View. But I did something yesterday that made them go all
kaflooey. Yes, that's a technical term. Now some headings appear, others
don't, captions now appear in the Doc Map and at heading levels in the
Outline View even though "Caption" style is still at "Body Text" outline
level, and most are not indented. Anybody have experience with this? Even
better, a solution?

Regards,
Jim

TeamTrainers Consulting
Seattle, WA

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Create HTML or Microsoft Word content and convert to Help file formats or
printed documentation. Features include support for Windows Vista & 2007
Microsoft Office, team authoring, plus more.
http://www.DocToHelp.com/TechwrlList

True single source, conditional content, PDF export, modular help.
Help & Manual is the most powerful authoring tool for technical
documentation. Boost your productivity! http://www.helpandmanual.com

---
You are currently subscribed to TECHWR-L as lpriester -at- castandcrew -dot- com -dot-

To unsubscribe send a blank email to
techwr-l-unsubscribe -at- lists -dot- techwr-l -dot- com
or visit
http://lists.techwr-l.com/mailman/options/techwr-l/lpriester%40castandcrew.c
om


To subscribe, send a blank email to techwr-l-join -at- lists -dot- techwr-l -dot- com

Send administrative questions to admin -at- techwr-l -dot- com -dot- Visit
http://www.techwr-l.com/ for more resources and info.

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Create HTML or Microsoft Word content and convert to Help file formats or
printed documentation. Features include support for Windows Vista & 2007
Microsoft Office, team authoring, plus more.
http://www.DocToHelp.com/TechwrlList

True single source, conditional content, PDF export, modular help.
Help & Manual is the most powerful authoring tool for technical
documentation. Boost your productivity! http://www.helpandmanual.com

---
You are currently subscribed to TECHWR-L as archive -at- web -dot- techwr-l -dot- com -dot-

To unsubscribe send a blank email to
techwr-l-unsubscribe -at- lists -dot- techwr-l -dot- com
or visit http://lists.techwr-l.com/mailman/options/techwr-l/archive%40web.techwr-l.com


To subscribe, send a blank email to techwr-l-join -at- lists -dot- techwr-l -dot- com

Send administrative questions to admin -at- techwr-l -dot- com -dot- Visit
http://www.techwr-l.com/ for more resources and info.


References:
Word Outline and Doc Map Problem: From: Jim Morgan

Previous by Author: seeking auto transcribing for a small meeting
Next by Author: Recent User Assistance Studies on Printed Books?
Previous by Thread: Word Outline and Doc Map Problem
Next by Thread: RE: Word Outline and Doc Map Problem


What this post helpful? Share it with friends and colleagues:


Sponsored Ads