D
david epsom dot com dot au
If I use this line
wrdDoc.content.PASTE
then the text I have copied is pasted over the content of the document.
(wrdDoc is a document object and Content is the range object).
What I want to do is to move to the end of the document, and then paste
there. I guess it may involve creating a new range at the end of the
document.
Can anyone show me how?
(david)
wrdDoc.content.PASTE
then the text I have copied is pasted over the content of the document.
(wrdDoc is a document object and Content is the range object).
What I want to do is to move to the end of the document, and then paste
there. I guess it may involve creating a new range at the end of the
document.
Can anyone show me how?
(david)