reversing autonum

J

justamailman

How do I reverse my autonum field from top to down 1 to X to down to top


--
Thanks to all

Running Dell lap C 840 2.2 Ghz, 750 RAM
XP PRO
Office XP Small Business 2002
 
G

Graham Mayor

Convert the numbers to text, once you are sure of the sequence, then Table >
Sort.
To convert the numbers to text use the following macro:

Sub NumbersAutoToText()
ActiveDocument.ConvertNumbersToText
End Sub

http://www.gmayor.com/installing_macro.htm
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
J

justamailman

good idea but I want to keep adding autonum after because the file is always
adding more items. Is that possible?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top