#1   Report Post  
Posted to microsoft.public.word.docmanagement
kayla_6_kayla kayla_6_kayla is offline
external usenet poster
 
Posts: 1
Default Numbering Lists

Can lists be auto numbered in reverse?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Numbering Lists

kayla_6_kayla wrote:
Can lists be auto numbered in reverse?


Word does not have in-built provision but see
http://homepage.swissonline.ch/cindy...FAQ.htm#RevNbr for a
workaround

If you use the first method from the linked page, the two elements
{ SET HighNr 11 }
{ = HighNr - { SEQ RevNrList } }
can each be saved as autotext entries which are then easy to apply.
All you have to do is insert the number in the SET field to represent the
number from which you wish to descend.
SEQ fields (most fields in fact) do not update automatically
whether ascending or descending, but that's a minor obstacle. Simply add an
update macro to a toolbar (there's a sample macro that will work at
http://www.gmayor.com/installing_macro.htm) and click that whenever you
change the order of the numbered paragraphs.


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Doug Robbins - Word MVP on news.microsoft.com Doug Robbins - Word MVP on news.microsoft.com is offline
external usenet poster
 
Posts: 407
Default Numbering Lists

It can be done by running a macro when you select the paragraphs to which
you want to apply the numbering

' Macro created 12/02/2006 by Doug Robbins to apply/re-apply reverse
sequential numbering
Dim i As Long, Numrange As Range
Set Numrange = Selection.Range
With Numrange
For i = 1 To .Paragraphs.Count
If IsNumeric(.Paragraphs(i).Range.Characters(1)) Then
With .Paragraphs(i).Range
While IsNumeric(.Characters(1))
.Characters(1).Delete
Wend
.Characters(1).Delete
End With
End If
.Paragraphs(i).Range.InsertBefore .Paragraphs.Count - i + 1 & vbTab
Next i
End With


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com

"kayla_6_kayla" wrote in message
...
Can lists be auto numbered in reverse?



  #4   Report Post  
Posted to microsoft.public.word.docmanagement
MySwee MySwee is offline
external usenet poster
 
Posts: 2
Default Numbering Lists

I dont think MS word auto list can help you to do the reverse number.

http://word.tips.net/Pages/T001759_R...red_Lists.html

If the post helping, please click YES. Thank you.

"kayla_6_kayla" wrote:

Can lists be auto numbered in reverse?

  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom Stefan Blom is offline
external usenet poster
 
Posts: 8,428
Default Numbering Lists

Yet another method that creates reverse numbering is explained in this
article: http://homepage.hispeed.ch/cindymeis...FAQ.htm#RevNbr.

--
Stefan Blom
Microsoft Word MVP



"kayla_6_kayla" wrote in message
...
Can lists be auto numbered in reverse?



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Numbered Lists - Restart Numbering Helen Microsoft Word Help 17 August 11th 08 09:11 AM
Numbering Lists NcDeb Microsoft Word Help 2 June 27th 08 01:06 PM
two lists on the same level (restart numbering) Sergei Shelukhin Microsoft Word Help 4 January 15th 07 04:35 AM
Numbering lists in word tables Berkbuns Tables 2 November 7th 05 09:04 AM
Numbering in lists 23of3 Microsoft Word Help 1 February 9th 05 02:09 PM


All times are GMT +1. The time now is 03:06 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"