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 » Formatting Long Documents
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Document map probelms



 
 
Thread Tools Display Modes
  #1  
Old August 2nd, 2004, 05:08 PM
Baha
external usenet poster
 
Posts: n/a
Default Document map probelms

PLEASE HELP;

In word 2003, I opened a large document and suddenly I cam
across two problem

1) The document map shows more than heading 1-7 that I
have been using. It even shows items marked as Normal.

2) When I go to insert table of contents it asks me if I
want toe replace existing table if I say yes it does
nothing. If I say yes it displays items more that the
level 1-7 that I have been using. It even displays items
that are assigned as normal with bold format.

What can I do?

Desperate!!!

  #2  
Old August 2nd, 2004, 05:33 PM
Robert M. Franz
external usenet poster
 
Posts: n/a
Default Document map probelms

Hi Baha

Baha wrote:
In word 2003, I opened a large document and suddenly I cam
across two problem

1) The document map shows more than heading 1-7 that I
have been using. It even shows items marked as Normal.

2) When I go to insert table of contents it asks me if I
want toe replace existing table if I say yes it does
nothing. If I say yes it displays items more that the
level 1-7 that I have been using. It even displays items
that are assigned as normal with bold format.


Have a look and see whether this helps:

Some Tips and Gotchas for those who are new to Word
http://www.mvps.org/word/FAQs/Genera...AndGotchas.htm
mainly: 1.6., and then:

How to save yourself hours by using Outline View properly
http://www.mvps.org/word/FAQs/Format...singOLView.htm

2cents
..bob
--
/"\ ASCII Ribbon Campaign | MS
\ / | MVP
X Against HTML | for
/ \ in e-mail & news | Word
  #3  
Old August 2nd, 2004, 06:47 PM
Dayo Mitchell
external usenet poster
 
Posts: n/a
Default Document map probelms

The Doc Map assigned outline levels to those paragraphs in your document.
(TOCs pick up outline levels) Using the ResetPara command will take away all
the direct formatting, including the outline levels that the DocMap just
added. If no one gives you the keystroke in a later message, you can dig it
out of Tools | Customize.

But if you use Reset Para on your entire document (rather than per
paragraph), it will also remove any direct paragraph formatting that you
applied, so probably better to use on the wrong paragraphs individually.

DM

On 8/2/04 12:08 PM, "Baha" wrote:

PLEASE HELP;

In word 2003, I opened a large document and suddenly I cam
across two problem

1) The document map shows more than heading 1-7 that I
have been using. It even shows items marked as Normal.

2) When I go to insert table of contents it asks me if I
want toe replace existing table if I say yes it does
nothing. If I say yes it displays items more that the
level 1-7 that I have been using. It even displays items
that are assigned as normal with bold format.

What can I do?

Desperate!!!


  #4  
Old August 3rd, 2004, 02:11 AM
Klaus Linke
external usenet poster
 
Posts: n/a
Default Document map probelms

The shortcut for ResetPara is Ctrl+Q.
If you don't want to remove all manual paragraph formatting, you can
selectively set back the outline levels that Document Map has messed with:

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

For help with macros, see
http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm

Regards,
Klaus


"Dayo Mitchell" wrote:
The Doc Map assigned outline levels to those paragraphs in your document.
(TOCs pick up outline levels) Using the ResetPara command will take away
all the direct formatting, including the outline levels that the DocMap

just
added. If no one gives you the keystroke in a later message, you can dig

it
out of Tools | Customize.

But if you use Reset Para on your entire document (rather than per
paragraph), it will also remove any direct paragraph formatting that you
applied, so probably better to use on the wrong paragraphs individually.

DM

On 8/2/04 12:08 PM, "Baha" wrote:

PLEASE HELP;

In word 2003, I opened a large document and suddenly I cam
across two problem

1) The document map shows more than heading 1-7 that I
have been using. It even shows items marked as Normal.

2) When I go to insert table of contents it asks me if I
want toe replace existing table if I say yes it does
nothing. If I say yes it displays items more that the
level 1-7 that I have been using. It even displays items
that are assigned as normal with bold format.

What can I do?

Desperate!!!




 




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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Document won't open Bob Stubbs General Discussion 4 August 3rd, 2004 05:45 AM
Enabling menu commands after protecting a document tdtoolman General Discussion 3 July 6th, 2004 07:21 PM
Bookmarks are not retained during Mail Merge Latha Mailmerge 22 June 16th, 2004 08:53 PM
Applying a custom template to an existing document Cycling Dude Page Layout 4 May 20th, 2004 10:45 PM
Word hangs saving new document after merge to access database Sandy Mailmerge 4 May 19th, 2004 03:43 PM


All times are GMT +1. The time now is 01:06 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.