ADODB Stream direct to clipboard



I got an VB.net front end app. end a Acces database as BE, with a column
containing OLE objects (WORD objects)
I ADODB stream these BLOBS to a TEMP WORD file and then I do a select/copy
of the content,
and then turn to a main document and paste the content with the clipboard
function.
finally the TMP file is deleted.
This happens 20-30 times until the main document is finished.
This word automation process is rather slow, as I have to open and close the
TMP docment these many times.
Therefore, I was wondering if is posible to stream these WORD object direct
to the clipboard?
I have done so with images, but could not get it work with OLE objects.

Jens>



.