P
p@nnie
Hi there!
I'm making an application that convert xml-files to one word-document.
(first convert to html, than read the file in word and save as .doc,
finally merge it all together.)
All works fine except that I found out that word automatically split
rows when the table doesn't fit on one page and the result is that by
printing the document, the last line is printed half... (although the
preview is perfect)
I know there is an option on Table properties where you can unselect
the property: separate rows on a new page.
But the problem is I don't know how to do it in VBA!!!
Can anybody help me please?
thx in advance,
An
I'm making an application that convert xml-files to one word-document.
(first convert to html, than read the file in word and save as .doc,
finally merge it all together.)
All works fine except that I found out that word automatically split
rows when the table doesn't fit on one page and the result is that by
printing the document, the last line is printed half... (although the
preview is perfect)
I know there is an option on Table properties where you can unselect
the property: separate rows on a new page.
But the problem is I don't know how to do it in VBA!!!
Can anybody help me please?
thx in advance,
An