View Single Post
  #2   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

Well how can I read each rgb pixel from a image file, please anyone?


On Sat, 25 Nov 2006 14:55:47 +0000, BD wrote:

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

[]'s
BD