A Alexz Dec 24, 2008 #1 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?
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?
G Graham Mayor Dec 24, 2008 #2 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
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