PDA

Click to See Complete Forum and Search --> : Place data in the clipboard.


JasonS
Oct 3rd, 2000, 09:03 AM
How can I place data from a MS Access97 OLE Object field into the clipboard using VB6 code? The OLE object contains an embedded Word document.

I basically want to do the same thing that edit->copy would do when I have the cursor in the field that I want to copy.
I know how to paste the data once it in the clipboard using PasteSpecial.

I'm currently using ADO to access the data but if there is another way I'm willing to try anything.