View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BD[_2_] BD[_2_] is offline
external usenet poster
 
Posts: 3
Default Change cell's color from a image file

I'd like to change the cell's color accordingly to the pixel from a
image file with a loader routine for the image file.
Example:
cell(a1).backcolor=pixel(1)
cell(a2).backcolor=pixel(2)

where I can find samples for this?
[]'s
BD