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  

07; how to disassociate multilevel list from a heading style?



 
 
Thread Tools Display Modes
  #1  
Old March 30th, 2010, 12:55 AM posted to microsoft.public.word.docmanagement
Duncan Akuma
external usenet poster
 
Posts: 1
Default 07; how to disassociate multilevel list from a heading style?

Hi all,

I am trying to figure out a way to disassociate a multilevel list from
Heading 1, Heading 2, etc in Word 07. I have been trying to deal with this
both through styles and also through multilevel list but cannot find a way to
break the connection between the heading and the multilevel list. Its as
though once the connection is made it cannot be undone, which is absurd.
There must be a way but I have been all over the internet today searching for
how its done with no joy. Can anyone help me? I'll laugh if its one of those
issues where the answer is staring me right in the face.

cheers,
duncan
  #2  
Old March 30th, 2010, 04:19 AM posted to microsoft.public.word.docmanagement
Peter T. Daniels
external usenet poster
 
Posts: 1,959
Default 07; how to disassociate multilevel list from a heading style?

What results are you getting now, and what results do you want to get
instead?

On Mar 29, 7:55*pm, Duncan Akuma
wrote:
Hi all,

I am trying to figure out a way to disassociate a multilevel list from
Heading 1, Heading 2, etc in Word 07. I have been trying to deal with this
both through styles and also through multilevel list but cannot find a way to
break the connection between the heading and the multilevel list. Its as
though once the connection is made it cannot be undone, which is absurd.
There must be a way but I have been all over the internet today searching for
how its done with no joy. Can anyone help me? I'll laugh if its one of those
issues where the answer is staring me right in the face.

cheers,
duncan


  #3  
Old April 3rd, 2010, 06:35 PM posted to microsoft.public.word.docmanagement
Stefan Blom[_3_]
external usenet poster
 
Posts: 4,556
Default 07; how to disassociate multilevel list from a heading style?

Place the insertion point in the first Heading 1 paragraph of your document.
On the Home tab, click Multilevel List, and then click Define New Multilevel
List. If necessary, click More to see all options of the dialog box. For
each level of the list, choose "(no style)" for "Link level to style." When
you are done, click OK to close the dialog box.

Note that after you have done the above, number formatting may still be
present as direct formatting in the text. To get rid of it, select the text
and press Ctrl+Q (which resets paragraph formatting to that of the
underlying style).

Alternatively, clear the numbering from your headings by using this macro:

Sub ClearNumberingFromHeadings()
Dim i As Long
For i = 1 To 9
ActiveDocument.Styles("Heading " & CStr(i)) _
.LinkToListTemplate ListTemplate:= _
Nothing
Next i
End Sub

If you need installation instructions, see
http://www.gmayor.com/installing_macro.htm.

--
Stefan Blom
Microsoft Word MVP



"Duncan Akuma" wrote in message
...
Hi all,

I am trying to figure out a way to disassociate a multilevel list from
Heading 1, Heading 2, etc in Word 07. I have been trying to deal with this
both through styles and also through multilevel list but cannot find a way
to
break the connection between the heading and the multilevel list. Its as
though once the connection is made it cannot be undone, which is absurd.
There must be a way but I have been all over the internet today searching
for
how its done with no joy. Can anyone help me? I'll laugh if its one of
those
issues where the answer is staring me right in the face.

cheers,
duncan





 




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 05:19 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.