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
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