i16978
May 9th, 2005, 05:59 PM
Hi to all!
It isn't a VBA question to be exact but somewhat related to VBA. I am trying to write a function that transforms a piece of XML into a heading and a table. The point is that there is a heading, and a table on the new line, under the heading, new page, new heading, new table, etc. I have no problem drawing table and such, but to get the heading to the point where it is not overwritten by table is. What I am tryint to do is add a paragraph with the heading line, then add a table to the document and the heading gets replaced by the table. Can anyone give an idea on how to approach this?
Thanks in advance
i16978
It isn't a VBA question to be exact but somewhat related to VBA. I am trying to write a function that transforms a piece of XML into a heading and a table. The point is that there is a heading, and a table on the new line, under the heading, new page, new heading, new table, etc. I have no problem drawing table and such, but to get the heading to the point where it is not overwritten by table is. What I am tryint to do is add a paragraph with the heading line, then add a table to the document and the heading gets replaced by the table. Can anyone give an idea on how to approach this?
Thanks in advance
i16978