View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sentinel Sentinel is offline
external usenet poster
 
Posts: 6
Default Importing pictures or graphics

I have an Access database which contains data which I can inport into any
part of any worksheet, I am using ADO technology with disconnected and
persisting recordsets with VBA Classes. An OLE Object field in the database
contains jpeg images which I need to be able to place onto a worksheet,
although I can retrieve the OLE Object I cannot get Excel to assign a data
type to it and subsequently place it. I do not want to load the graphic from
disc via a path string.

Many thanks for any help