I have been trying to figure out a way to insert text at the end of a Word
document.  I know you can insert with 

$word->Selection->TypeText("text here");

but if I am correct I need to place the cursor at the end of the file in
order to insert there.  I have tried looking for the control to place the
text cursor at the end of the file but have been unsuccessful, does anyone
know how to do this or is there a better way to insert text at the end of a
file?

Thanks in advance
Eric
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to