View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
smac smac is offline
external usenet poster
 
Posts: 14
Default VBA Code to sum shaded cells

I have a worksheet that has over 3,000 rows and I have a COST column that is
shaded when the DATE column is below a certain date (which I used conditional
formating).

Now what I would like to do is added together all the shaded COST fields -
what do I need to write to accomplish this?

Thanks!
Stacey