View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Bob is offline
external usenet poster
 
Posts: 972
Default inserting images in excel

Hi,

I'm trying to insert up to 3 images in cell A for each row if cell B has a
value Y, and cell C has a value D, and cell D has a value N. I'm reading my
data from SQL server and filling the excel. I need to format the cell
according to the image size if it needed. I also need to change the entire
row if the cell E value is 1.

I would appreciated if you can help or point me to a site to get some
examples.

Thanks,