A macro can be used to convert all autonumbered paragraphs to text
Sub NumbersToText() ActiveDocument.ConvertNumbersToText End Sub
http://www.gmayor.com/installing_macro.htm
Alexz wrote:
[Quoted Text] > I have a table that has auto numbering (of rows), which we'd like to > convert to plain text. Is there a way to do this?
|