save OLE Object to a file

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

I manage to open an OLE object using:
Me.<OLEObjectName>.Verb = acOLEVerbOpen
Me.<OLEObjectName>.Action = acOLEActivate

but how instead of opening can I save it to a folder - let's say C:\Temp

I tried to look for it online but did not find anything yet.
Many thanks,
Dan
 
Back
Top