A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Document map in Word 97 - text in normal style is displaying and unwanted



 
 
Thread Tools Display Modes
  #1  
Old August 12th, 2004, 03:08 PM
Helen
external usenet poster
 
Posts: n/a
Default Document map in Word 97 - text in normal style is displaying and unwanted

Hi everyone,

Hoping someone might be able to help us. The document map in one particular
document (based on a specific template) is displaying text in normal style,
at the same level as Heading 1. If we re-apply normal style to the text in
the document, it disappears from the document map. But on saving, closing
and re-opening the document, the text is back in the document map. I can't
seem to find a lot of detail anywhere on the document map in ver 97, and
don't really know where to start to make it go away. Other documents based
on normal.dot don't seem to have this problem. We're using Word 97.

Any suggestions or pointers to information would be greatly appreciated.
Thanks in advance,

Helen


  #2  
Old August 12th, 2004, 04:02 PM
Dayo Mitchell
external usenet poster
 
Posts: n/a
Default Document map in Word 97 - text in normal style is displayingand unwanted

Hi Helen,

When you switch into the document map, it applies outline levels to things
it thinks are headings (short, one line paras, usually--maybe your other
documents don't have any?), regardless of whether you already have headings.
It's a bug, and so far as I know not fixed in later versions of Word. There
are a few related things you can do.

Don't use the Document Map, use Outline View instead:
http://www.mvps.org/word/FAQs/Format...singOLView.htm

On switching into the Doc Map, look to see if a new AutoFormat has been
added to the Undo list. That's the application of outline levels. Undo it.
Remember to check for this every time, though it may not happen every time.
(this fix has only been tested on a Mac, and not thoroughly).

After the fact:

Use the ResetPara command on the affected paragraphs to remove all direct
paragraph formatting and reset the para to only style-based formatting (the
doc map adds outline levels as direct formatting). ResetPara will not
affect direct character formatting (bold, etc) and the usual keyboard
shortcut is Control-Q.

OR Run this handy macro once posted by Klaus Linke that resets the outline
level of every paragraph to the outline level that is defined in the style.

Dim myPara As Paragraph
For Each myPara In ActiveDocument.Paragraphs
myPara.OutlineLevel = _
myPara.style.ParagraphFormat.OutlineLevel
Next myPara

If necessary, see:
What do I do with macros sent to me by other newsgroup readers to help me
out?
http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm

Hope that helps,
DM

On 8/12/04 10:08 AM, "Helen" wrote:

Hi everyone,

Hoping someone might be able to help us. The document map in one particular
document (based on a specific template) is displaying text in normal style,
at the same level as Heading 1. If we re-apply normal style to the text in
the document, it disappears from the document map. But on saving, closing
and re-opening the document, the text is back in the document map. I can't
seem to find a lot of detail anywhere on the document map in ver 97, and
don't really know where to start to make it go away. Other documents based
on normal.dot don't seem to have this problem. We're using Word 97.

Any suggestions or pointers to information would be greatly appreciated.
Thanks in advance,

Helen



  #3  
Old August 13th, 2004, 12:02 PM
Helen
external usenet poster
 
Posts: n/a
Default Document map in Word 97 - text in normal style is displayingand unwanted

Dayo, hi and thank you,
a bug you say!? no wonder there's not a lot in the documentation :-) Many
thanks for such valuable information, and a very handy tip as well - outline
view it is.
best regards,
Helen


"Dayo Mitchell" wrote in
message news:BD40FEE3.3A536%dayomitchell_1997@NOhotmailSPA M.com.invalid...
Hi Helen,

When you switch into the document map, it applies outline levels to things
it thinks are headings (short, one line paras, usually--maybe your other
documents don't have any?), regardless of whether you already have

headings.
It's a bug, and so far as I know not fixed in later versions of Word.

There
are a few related things you can do.

Don't use the Document Map, use Outline View instead:
http://www.mvps.org/word/FAQs/Format...singOLView.htm

On switching into the Doc Map, look to see if a new AutoFormat has been
added to the Undo list. That's the application of outline levels. Undo

it.
Remember to check for this every time, though it may not happen every

time.
(this fix has only been tested on a Mac, and not thoroughly).

After the fact:

Use the ResetPara command on the affected paragraphs to remove all direct
paragraph formatting and reset the para to only style-based formatting

(the
doc map adds outline levels as direct formatting). ResetPara will not
affect direct character formatting (bold, etc) and the usual keyboard
shortcut is Control-Q.

OR Run this handy macro once posted by Klaus Linke that resets the outline
level of every paragraph to the outline level that is defined in the

style.

Dim myPara As Paragraph
For Each myPara In ActiveDocument.Paragraphs
myPara.OutlineLevel = _
myPara.style.ParagraphFormat.OutlineLevel
Next myPara

If necessary, see:
What do I do with macros sent to me by other newsgroup readers to help me
out?
http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm

Hope that helps,
DM

On 8/12/04 10:08 AM, "Helen" wrote:

Hi everyone,

Hoping someone might be able to help us. The document map in one

particular
document (based on a specific template) is displaying text in normal

style,
at the same level as Heading 1. If we re-apply normal style to the text

in
the document, it disappears from the document map. But on saving,

closing
and re-opening the document, the text is back in the document map. I

can't
seem to find a lot of detail anywhere on the document map in ver 97, and
don't really know where to start to make it go away. Other documents

based
on normal.dot don't seem to have this problem. We're using Word 97.

Any suggestions or pointers to information would be greatly appreciated.
Thanks in advance,

Helen





  #4  
Old August 13th, 2004, 09:33 PM
Dayo Mitchell
external usenet poster
 
Posts: n/a
Default Document map in Word 97 - text in normal style isdisplayingand unwanted

Glad to help.
DM

On 8/13/04 7:02 AM, "Helen" wrote:

Dayo, hi and thank you,
a bug you say!? no wonder there's not a lot in the documentation :-) Many
thanks for such valuable information, and a very handy tip as well - outline
view it is.
best regards,
Helen


"Dayo Mitchell" wrote in
message news:BD40FEE3.3A536%dayomitchell_1997@NOhotmailSPA M.com.invalid...
Hi Helen,

When you switch into the document map, it applies outline levels to things
it thinks are headings (short, one line paras, usually--maybe your other
documents don't have any?), regardless of whether you already have

headings.
It's a bug, and so far as I know not fixed in later versions of Word.

There
are a few related things you can do.

Don't use the Document Map, use Outline View instead:
http://www.mvps.org/word/FAQs/Format...singOLView.htm

On switching into the Doc Map, look to see if a new AutoFormat has been
added to the Undo list. That's the application of outline levels. Undo

it.
Remember to check for this every time, though it may not happen every

time.
(this fix has only been tested on a Mac, and not thoroughly).

After the fact:

Use the ResetPara command on the affected paragraphs to remove all direct
paragraph formatting and reset the para to only style-based formatting

(the
doc map adds outline levels as direct formatting). ResetPara will not
affect direct character formatting (bold, etc) and the usual keyboard
shortcut is Control-Q.

OR Run this handy macro once posted by Klaus Linke that resets the outline
level of every paragraph to the outline level that is defined in the

style.

Dim myPara As Paragraph
For Each myPara In ActiveDocument.Paragraphs
myPara.OutlineLevel = _
myPara.style.ParagraphFormat.OutlineLevel
Next myPara

If necessary, see:
What do I do with macros sent to me by other newsgroup readers to help me
out?
http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm

Hope that helps,
DM

On 8/12/04 10:08 AM, "Helen" wrote:

Hi everyone,

Hoping someone might be able to help us. The document map in one

particular
document (based on a specific template) is displaying text in normal

style,
at the same level as Heading 1. If we re-apply normal style to the text

in
the document, it disappears from the document map. But on saving,

closing
and re-opening the document, the text is back in the document map. I

can't
seem to find a lot of detail anywhere on the document map in ver 97, and
don't really know where to start to make it go away. Other documents

based
on normal.dot don't seem to have this problem. We're using Word 97.

Any suggestions or pointers to information would be greatly appreciated.
Thanks in advance,

Helen






  #5  
Old August 13th, 2004, 11:30 PM
Helen
external usenet poster
 
Posts: n/a
Default Document map in Word 97 - text in normal style is displayingand unwanted

Hi Dayo,

Just a quick note to let you and others know that I tried the macro of
Klaus' that you were kind enough to include in your message, and it worked a
treat!! The document map is now displaying as it should. The company I'm
trying to help badly wanted to use the doc map, so your help has been
invaluable.

Thanks again,
Helen


"Dayo Mitchell" wrote in
message news:BD40FEE3.3A536%dayomitchell_1997@NOhotmailSPA M.com.invalid...
Hi Helen,

When you switch into the document map, it applies outline levels to things
it thinks are headings (short, one line paras, usually--maybe your other
documents don't have any?), regardless of whether you already have

headings.
It's a bug, and so far as I know not fixed in later versions of Word.

There
are a few related things you can do.

Don't use the Document Map, use Outline View instead:
http://www.mvps.org/word/FAQs/Format...singOLView.htm

On switching into the Doc Map, look to see if a new AutoFormat has been
added to the Undo list. That's the application of outline levels. Undo

it.
Remember to check for this every time, though it may not happen every

time.
(this fix has only been tested on a Mac, and not thoroughly).

After the fact:

Use the ResetPara command on the affected paragraphs to remove all direct
paragraph formatting and reset the para to only style-based formatting

(the
doc map adds outline levels as direct formatting). ResetPara will not
affect direct character formatting (bold, etc) and the usual keyboard
shortcut is Control-Q.

OR Run this handy macro once posted by Klaus Linke that resets the outline
level of every paragraph to the outline level that is defined in the

style.

Dim myPara As Paragraph
For Each myPara In ActiveDocument.Paragraphs
myPara.OutlineLevel = _
myPara.style.ParagraphFormat.OutlineLevel
Next myPara

If necessary, see:
What do I do with macros sent to me by other newsgroup readers to help me
out?
http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm

Hope that helps,
DM

On 8/12/04 10:08 AM, "Helen" wrote:

Hi everyone,

Hoping someone might be able to help us. The document map in one

particular
document (based on a specific template) is displaying text in normal

style,
at the same level as Heading 1. If we re-apply normal style to the text

in
the document, it disappears from the document map. But on saving,

closing
and re-opening the document, the text is back in the document map. I

can't
seem to find a lot of detail anywhere on the document map in ver 97, and
don't really know where to start to make it go away. Other documents

based
on normal.dot don't seem to have this problem. We're using Word 97.

Any suggestions or pointers to information would be greatly appreciated.
Thanks in advance,

Helen





 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:26 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.