Activating Embedded OLE Object

  • Thread starter Thread starter hughest
  • Start date Start date
H

hughest

Guest
I have a recordset(Rst) with contains an OLE field with embedded Word documents (Doc).

When looping through this recordset, I want to save the embedded Word documents to local file(s).

While Not Rst.EOF
'Save embedded word doc to a file

??? Rst!DOC ????

Rst.MoveNext
Wend

I have tried several things, but nothing works. Any clues?
 

Users who are viewing this thread

Back
Top Bottom