View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default Inserting picture stored in an Access DB table

hi
pictures and other objects cannot be inserted into cells. objects "float" on
top of the sheet. the closest you might get is to insert the picture into a
comment.
see this site.
http://www.contextures.com/xlcomments02.html#Picture

regards
FSt1

"Jess" wrote:

I would like to insert a picture in a given cell. This picture is stored in a
table in an Access DB. How can I accomplish this?

Thanks