I want to add entries to the top of a list, and want the numbering in
decreasing order. For e.g. I will add item no 5 to the top of a list that
hast item # 4, then #3, then #2 and last one as #1.
help!
Gregory K. Maxey - 22 May 2008 12:35 GMT
Perhaps not a complete solution, but this may help:
http://gregmaxey.mvps.org/Reverse_Number_List.htm
> I want to add entries to the top of a list, and want the numbering in
> decreasing order. For e.g. I will add item no 5 to the top of a list
> that hast item # 4, then #3, then #2 and last one as #1.
>
> help!