Color Change Through DV

  • Thread starter Thread starter cmk18
  • Start date Start date
C

cmk18

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
 
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)
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top