Hi, I'm creating word doc from my vb6 application. I writes some data on each page.
After desired contents on the page i use pagebreak so that it will go to second page.
here what i need that when i use Insertbreak command then before that i have to write something
on the end line of page. so the question is how to find last line of that page and write on that line and
then send Insertbreak command.