Convert paragraph numbering to actual text

M

Michael Lock

I need to convert paragraph numbering (formatting) to actual text so that it
appears as though it was typed in. Is there any way to do this in an
automated fashion?

I need to do this becuase I'm using the word document in another softawre
program (IBM RequisitePro) which does not retain any of the formatting. It
only extracts the unformatted text, so I loose all of my paragraph numbers.

I'm using Word 2000
 
D

Doug Robbins

Run a macro containing the following code:

ActiveDocument.ConvertNumbersToText


--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
 
Top