Automatic paragraph numbering

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to "fix" the numbers while keeping them visible. So far I can
only do this by saving a Word .doc to .txt and then to .doc again.
Is there a way to do this within Word, keeping the original formatting and
footnotes?
 
If detailed instructions are needed:

Press Alt+F11 to display the Visual Basic Editor. Press Ctrl+G to
display the Immediate Window. Type

ActiveDocument.ConvertNumbersToText

and press Enter.

If your document has ListNum fields that you don't want to convert,
instead use:

ActiveDocument.ConvertNumbersToText wdNumberParagraph

--
Stefan Blom
Microsoft Word MVP


in message
 

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

Back
Top