I have an Excel spreadsheet using about 1200 rows and 5 columns. The A column contains names of colors. The B, C and D columns contain the Red, Green and Blue values of those colors. The E column is empty, but I would like each cell in the E column to be colored with the color with RGB values equal to those in the B, C and D columns in that row.
I have very little experience with VBA, and I have found no solutions in my searches.