B
Booch
I would like to add some text to the end of a Word document in my VC++
application, but I can't figure out how to move the cursor to the end of the
document before inserting the text. I have retrieved a Selection object for
my document and can add text to the top of the document with the TypeText()
function. What objects/functions do I need?
Thanks.
Booch
application, but I can't figure out how to move the cursor to the end of the
document before inserting the text. I have retrieved a Selection object for
my document and can add text to the top of the document with the TypeText()
function. What objects/functions do I need?
Thanks.
Booch