Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copying embeded objects from Excel !

Status
Not open for further replies.

FaneDuru

Technical User
Jul 15, 2002
141
RO
How an embeded object can be copyed from an Excell sheet?
I mean I have an embeded object (.avi file) and I can send it in the clipboard memory using the code:

ActiveSheet.OLEObjects("Test").Copy

I Can not paste it in a specific folder. Can anybody help me?

Thanks in advance !
 
Detail which may help :

The code line "ActiveSheet.OLEObjects("Test").Copy" puts the embedded objet in the clipboard memory.

After running that piece of code the object is in the clipboard memory and if I browse somewhere in a folder I may paste it (Unfortunatelly, not using VBA...).

This means that I need a procedure (API, I think) being able to paste objects from clipboard....

Thanks again !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top