View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Terri Terri is offline
external usenet poster
 
Posts: 110
Default Embedding an OLE Object from DAO Recordset

I am populating an Excel worksheet via code, reading data from an Access
database using a DAO recordset. The recordset contains an OLE Object with a
stored bitmap. The OleObjects.Add method seems only to link or embed an
external file. Is there any way to add an (embedded) OleObject to the
worksheet and set the source to my recordset value?

Any insight would be much appreciated!
---
terri