2004-03-03 11:25:19 PM delphi150
Hi is there any way to paste all the date into the clipboard to a Word
document ?
Cheers,
Glenn De Tollenaere
Delphi Developer
2004-03-03 11:55:05 PM
Re:Clipboard to Word
Yes, use wordapplication.selection.paste;
Pay attention to use application.processmessages between and after every
copy and paste-statement, because if you use copy and paste sometimes you
will notice data could get lost if you don't do this.
Regards
Glenn
"detonator" <XXXX@XXXXX.COM>writes
Quote
Hi is there any way to paste all the date into the clipboard to a Word
document ?