Timeline for Generate an RGB colour grid
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 2, 2024 at 0:12 | history | edited | Taylor Raine | CC BY-SA 4.0 | corrected deadname |
| May 14, 2019 at 9:36 | history | edited | i_saw_drones | CC BY-SA 4.0 | -2 bytes: Removal of cell row numbers - thanks to Taylor Scott! |
| May 13, 2019 at 19:59 | comment | added | Taylor Raine | For i=1To 9:[A:C].Cells(i).Interior.ColorIndex=Mid(367648785,i,1):Next for 70 | |
| May 7, 2019 at 21:30 | history | edited | i_saw_drones | CC BY-SA 4.0 | Remove the space between 1 and To as it's not needed to save 1 byte. |
| Apr 18, 2019 at 16:33 | comment | added | i_saw_drones | Thank you! Hopefully I'll learn some tricks from the masters :) | |
| Apr 17, 2019 at 15:03 | history | edited | i_saw_drones | CC BY-SA 4.0 | Golf further by using the immediate window in VBA |
| Apr 17, 2019 at 14:50 | comment | added | jdt | Welcome to PPCG! | |
| Apr 17, 2019 at 14:15 | review | First posts | |||
| Apr 17, 2019 at 15:29 | |||||
| Apr 17, 2019 at 14:14 | history | answered | i_saw_drones | CC BY-SA 4.0 |