Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help in color index function | Excel Worksheet Functions | |||
Color Index Code, is there any thing like that? | New Users to Excel | |||
Custom Color/Color Index | Excel Discussion (Misc queries) | |||
Chart axes color index vs font color index | Charts and Charting in Excel | |||
How To: Get the index value of the selected color | Excel Programming |