save OLE Object to a file

D

Dan

Hi ,
How can I save an OLE object to c:\Temp ?

I managed to open it using:
Me.<OLEObjectName>.Verb = acOLEVerbOpen
Me.<OLEObjectName>.Action = acOLEActivate

But cannot find a way to save it to the drive.

Any idea?
Many thanks,
Dan
 
Top