Steve notes that Word's auto-numbering is not suitable for documents that are to be imported into page layout programs such as Adobe InDesign. He wonders if there is a quick way to replace auto-numbering with manual numbering, in the same way that you can convert field text to plain text.
The answer is yes, there is a quick way. Simply follow these steps:
ActiveDocument.Range.ListFormat.ConvertNumbersToText
That's it; all the auto-numbered lists in your document are changed to manual numbering. If, instead, you want to affect only a limited portion of the document, make sure that portion is selected before you start the steps and then use this command in step 4:
Selection.Range.ListFormat.ConvertNumbersToText
For those familiar with macros, the difference here is that you are working with the Selection object (the text you have selected) instead of the ActiveDocument object (the entire document).
There are a couple of gotchas related to this approach, however. First, it may appear that your numbered lists no longer line up properly. This is because any custom tab stops set for the lists are deleted and Word reverts to using the default tab stops. This shouldn't be a huge problem, as you are doing this conversion in preparation for importing the document to a page layout program. (The tab stops in that program should take precedence over any you have set in Word.)
The second gotcha is that if you applied the auto-numbered styles using lists, then the numbering isn't really gone. You can apply it again by simply selecting the paragraphs in the lists and pressing Ctrl+Q.
If you would rather not mess with the VBA Editor, then there is another approach you can try out—save your document in RTF format. Many page layout programs (such as InDesign) use a different filter for importing RTF files, with the result that the numbered lists are converted automatically to regular numbers.
Note:
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (10248) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, and Word in Office 365. You can find a version of this tip for the older menu interface of Word here: Converting Automatic Numbering to Manual Numbering.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!
Type what Word thinks is a numbered list, and it will helpfully format the text to match what it thinks your numbered ...
Discover MoreAdding numbered lists to your document is a snap; Word provides tools to add them immediately. What Word doesn't do is ...
Discover MoreWhen creating numbered lists, the normal characters that follow the number are a period and a tab. Here's how to force ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
2021-02-12 09:25:01
KAMRAN
What could I say to thank you and appreciate the effort you put in for novice Word users like me. Just THANKS!
2021-01-10 06:04:10
Ankit Sharma
You are the academy of MS-Word learning.
Thank you so much.
2020-12-23 11:14:56
Sam
Thank you so much.
2020-08-24 16:29:26
Ray
Wow!!! I've searched this from time to time for years and never found the answer. This worked beautifully and took only seconds to complete. Thanks very much.
2020-08-24 04:03:50
Mikka
This is brilliant, thanks a lot! This will save me a lot of trouble. I did however notice that the automatic numbering in a text box is not converted along with the rest. Is there a way to alter the code so that it will also convert the automatic numbering in the text boxes? Thanks in advance!
2020-07-22 16:37:48
Sam B
You just saved me a massive amount of time. Great tip!
2020-06-09 09:09:37
Simon Snell
Thanks for this - I'm using it to paste from Word into Sharepoint and it is very helpful - otherwise all the numbering changes.
Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2021 Sharon Parq Associates, Inc.
Comments