PDA

Click to See Complete Forum and Search --> : vb .net and word 2000


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

RobDog888
May 9th, 2005, 06:15 PM
Welcome to the Forums.

I'm not sure I understand you but are you saying you have a sub table in the table hearder or ???

i16978
May 9th, 2005, 06:59 PM
Thanks, I guess I was not clear.

The real question I guess is this - is there a way to append the table under the line of text and not override the text?

thanks

i16978
May 10th, 2005, 01:12 PM
I actually figured it out, thanx