View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Fidler Jim Fidler is offline
external usenet poster
 
Posts: 1
Default Dynamic Image references in a cell

I am exporting a report from Access 2007 to Excel 2007 containing product
information. I have an image for each product.

Access does not export Images to Word or Excel. I have the URL or local
path for the image standardized so the path is C;/temp/image[ID Num].jpg or
http://www.temp.com/images/image[ID num].jpg.

I have [ID num] in Column B for each row. I want to reference the image
column A of each row.

How do I get the image to display in the cell?
--
Jim Fidler