How to type a text lines each from the new page?

I

Ivan Abramov

Hello.

I need to output some report data from my vb6 application into word document.
Each portion of data must follow from new page.
How is it possible?
Is there some 'NewPage' method or so in the Word's object model?

Also I need to copy data from one word file onto another over the clipboard.
How to do it?

Great thanks in advance.
Ivan.
 
D

Doug Robbins - Word MVP

Use the InsertBreak command. Check it out in the Word Visual Basic Help
facility

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 
Top