View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dan dan is offline
external usenet poster
 
Posts: 866
Default save OLE Object to a file

sorry, wrong group- reposted on access programming

"Dan" wrote:

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