save OLE Object to a file

  • Thread starter Thread starter Dan
  • Start date Start date
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
 
Back
Top