Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't know if this is possible, but I was curious if there was a wa
for a user to choose a color (Red, Green, etc.) from a DV drop down and then have that cell become solidly the color that they choose. Fo example the choose green from the list and then instead of saying th word Green in the cell, the cell just become green. Thank -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
for only three different colors this would be feasible using 'Format - conditional Format' Just choose the color as background format and choose a white font color. If you have more than three colors you'll need VBA (an event procedure) -- Regards Frank Kabel Frankfurt, Germany I don't know if this is possible, but I was curious if there was a way for a user to choose a color (Red, Green, etc.) from a DV drop down, and then have that cell become solidly the color that they choose. For example the choose green from the list and then instead of saying the word Green in the cell, the cell just become green. Thanks --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If using excel 2000 or later, you can also use the change event to clear the
cell and color the background based on the value originally found there. -- Regards, Tom Ogilvy "cmk18 " wrote in message ... I don't know if this is possible, but I was curious if there was a way for a user to choose a color (Red, Green, etc.) from a DV drop down, and then have that cell become solidly the color that they choose. For example the choose green from the list and then instead of saying the word Green in the cell, the cell just become green. Thanks --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Checkbox to change background color, font color and remove/ add bo | Excel Discussion (Misc queries) | |||
Conditional format color is set correct, yet color will not change | Excel Worksheet Functions | |||
Change tab color based on current color of a cell | Excel Discussion (Misc queries) | |||
excel 2007 - change fill color from one color to another | Excel Discussion (Misc queries) | |||
How to change the default Border, Font Color, and Cell Color | Excel Discussion (Misc queries) |