reversing autonum

  • Thread starter Thread starter justamailman
  • Start date Start date
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
 
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

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
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

Similar Threads

not saving 2
no same copy 3
Need AutoNum in table 3
Programmatically add AutoNum 1
time different 4
Reverse Page Numbering 2
Autonums - corrupt/very high 8
can't ping Vista wireless lap top from LAN XP computers 15

Back
Top