View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael[_20_] Michael[_20_] is offline
external usenet poster
 
Posts: 15
Default Color Cell if range values


I have a range of cells (a2:a1677) which I will call
tempdb. I have another range of cells (j2:j851) which I
will call tempdb2. I would to scan each individual cell
in tempdb (a2,a3,..a1677) with the range of values in
tempdb2, if the value is found to match the current cell
value in tempdb then color the cell red and move to the
next cell.

Thank You,

Michael