I have a Word document with a lot of automatic numbering, and I'd like to covert all the numbers to regular text. So, how would you do that in Word? If not directly in Word, could you convert the Word doc to some other format that would retain the general formatting and the numbers but forget about the automatic numbering thing?
Thanks for any help,
Drew
...Tools>Auto Correct Options>Auto Format As You Type.
Under “Apply As You Type", uncheck “Automatic Numbered List”.
Check or uncheck others as you like. Stay around there. You may find it interesting to find Word's many, plenty options!
Select the automatically numbered block. Unclick the icon on the toolbar. Then edit manually.
Lot of work when lot of text. Writing a macro isn't very easy either, I'm afraid.
Kees
Yeah, at this point I'm just typing in numbers to match the automatic numbers and then turning off numbering. Is there a way, in a macro, to actually pick up the automatically generated number for a particular paragraph?
Thanks,
Drew
But I can't tell you the exact VBA-code (which method or property of which object).
Kees
Do you have some idea of what term I would search for to find that?
Thanks,
Drew
http://word.mvps.org/FAQs/Numbering/ListRestartFromVBA.htm
Kees
Try this: select the paragraphs you want to convert, cut, then paste special as unformatted text.
This thread is more then a year old, but maybe someone will find this posting still.
We had the same problem with unwanted automatic paragraph numbering in Word. Especially with scanned text and OCR it's a nuisance.
See this nice little addin:
http://www.editorium.com/listfixer.htm.
It costs $29,50 or so. It works and even gives several options.
This macro does this.
Sub Auto_Format_convert_list_numbers()
'
' convert_list_numbers Macro
' Macro created 10/8/08 by WJ Shack
'
ActiveDocument.ConvertNumbersToText
End Sub
This was very helpful, saved tons of time.
Many thanks for keeping this old thread going ![]()
| Forum legend: | |
| Locked thread | |
| Moderator | |
![]() |
CNET staff |
![]() |
Samsung staff |
| Norton Authorized Support team | |
| AVG staff | |
| Windows Outreach team | |
![]() |
Dell staff |
| Intel staff | |