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 !
I mean I have an embeded object (.avi file) and I can send it in the clipboard memory using the code:
ActiveSheet.OLEObjects("Test"
I Can not paste it in a specific folder. Can anybody help me?
Thanks in advance !