How do I convert automatic simple list numbering to actual text?

B

Benjamino5

I have a batch of RTF files in which the author used automatic numbering
(simple list style, not SEQ fields).

I need to import these RTF files into a program that will choke on the
automatic numbering, so I need to convert it to plain characters.

How can I do this? If these were fields, I could just unlink them. But I
don't know how to handle this kind of numbering.

Thanks!
Ben
 
J

Jean-Guy Marcil

Benjamino5 said:
I have a batch of RTF files in which the author used automatic numbering
(simple list style, not SEQ fields).

I need to import these RTF files into a program that will choke on the
automatic numbering, so I need to convert it to plain characters.

How can I do this? If these were fields, I could just unlink them. But I
don't know how to handle this kind of numbering.

Run this macro:


Sub test()

ActiveDocument.ConvertNumbersToText

End Sub
 

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