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
|
|
0
|
|
|
|
Reply
|
Utf
|
1/19/2010 8:23:01 AM |
|
Check what Stephen Lebans has at http://www.lebans.com/oletodisk.htm
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"Dan" <Dan@discussions.microsoft.com> wrote in message
news:D0EA9798-9AA1-4281-8C7A-E5658B99FEF4@microsoft.com...
> 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
>
|
|
0
|
|
|
|
Reply
|
Douglas
|
1/19/2010 12:04:26 PM
|
|