View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Counting Cells With Fill Color[_2_] Counting Cells With Fill Color[_2_] is offline
external usenet poster
 
Posts: 2
Default Count cells with fill color and retain code - Mr. Umlas Can you he

I copied some VBE code from
http://xldynamic.com/source/sld.ColourCounter.html and pasted it into the VBA
editor in my Excel spreadsheet. Then I used '=ColorIndex(cell)='color index
number' to find out what index number my color is. Then I used
'=SumProduct(--(COLORINDEX(cell range)='color index number')) to add up the
cells that have that color. This works great. However, when I save the
Excel document and then need to go back to it, I get a #name? error. Why is
this happening. I really would like to be able to use this code, but can't
figure out why it doesn't work correctly.

Thanks,

Pam Mahan