Hello everyone,

I'm not proficient enough in Excel VBA so I figure I would turn to the gurus. Anyhow, I have a worksheet with many records and I want to alternate between two colors (white and gray) based on the contents of a cell. For example, I have a list of last names and I want the names that are the same and next to one another to be the same color. I would like the colors to alternate as well. Example:
ROSS (white)
ROSS (white)
ADAMS (gray)
WEBSTER (white)
MOSS (gray)
MOSS (gray)
WOLF (white)
...
Any help would be greatly appreciated. Thanks in advance.
Bobbio