How to convert numbered list to plain text?

A

avkokin

Hello.
There is big numbered list (1-50 items). I need to convert it to plain
text. How?
I tried to use the "UnLink" method but it not exactly what I want.
Thank you very much.
 
H

Helmut Weber

Hi Anton,

see help on the method "ConvertNumbersToText"

--

Greetings from Bavaria, Germany

Helmut Weber, MVP WordVBA

Vista Small Business, Office XP
 
G

Graham Mayor

How about

Sub NumbersAutoToText()
ActiveDocument.ConvertNumbersToText
End Sub

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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