I wrote a cool little program that looped through all the colors an
assigned a different one to each cell's interior. I got a really coo
pattern since the screen can only display so many colors at a time I
was especially cool when I filled them in diagonally (A1, A2, B1, A3
B2, C1, etc...) I lost the code I used, but it was pretty easy in th
first place. Like this:
For r = 1 To 255
For g = 1 To 255
For b = 1 To 255
blah blah blah = (r, g, b)
Next b
Next g
Next r
- Piku
--
Message posted from
http://www.ExcelForum.com