J
Jaypee
I have an existing word document and I want to lift all the data which does
not have the style "Heading 1" and paste it into a new document.
This works fine by iterating thru the document and checking for
Paragraph.Style
the problem right now is that it converts tables into text, each field is
converted as a single paragraph.
Is there something I can do to work around this? thanks
not have the style "Heading 1" and paste it into a new document.
This works fine by iterating thru the document and checking for
Paragraph.Style
the problem right now is that it converts tables into text, each field is
converted as a single paragraph.
Is there something I can do to work around this? thanks