Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a drop down list with 3 items in it. My question is I want each item
to show in a different colour is this possible and if so how do I acomplish this. -- mfg41 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
No, you can't format the items in a data validation dropdown list.
You could use conditional formatting to change the colour in the cell, after an item has been selected. There are instructions here for conditional formatting: http://www.contextures.com/xlCondFormat01.html mfg wrote: I have a drop down list with 3 items in it. My question is I want each item to show in a different colour is this possible and if so how do I acomplish this. -- Debra Dalgleish Contextures www.contextures.com/tiptech.html Blog: http://blog.contextures.com |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you that works well.
-- mfg41 "Debra Dalgleish" wrote: No, you can't format the items in a data validation dropdown list. You could use conditional formatting to change the colour in the cell, after an item has been selected. There are instructions here for conditional formatting: http://www.contextures.com/xlCondFormat01.html mfg wrote: I have a drop down list with 3 items in it. My question is I want each item to show in a different colour is this possible and if so how do I acomplish this. -- Debra Dalgleish Contextures www.contextures.com/tiptech.html Blog: http://blog.contextures.com |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
One scenario: You click on the drop-down arrow and the complete list is
displayed for you to pick from. You cannot have different colors for each item. Another scenario: You select one of the items. The list disappears and the selected item is displayed in the cell. Using a WorkSheet_Change event macro, that cell can display the color of your choice. Another selection will produce another color of your choice. HTH Otto "mfg" wrote in message ... I have a drop down list with 3 items in it. My question is I want each item to show in a different colour is this possible and if so how do I acomplish this. -- mfg41 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can also use Conditional Formatting. Otto
"Otto Moehrbach" wrote in message ... One scenario: You click on the drop-down arrow and the complete list is displayed for you to pick from. You cannot have different colors for each item. Another scenario: You select one of the items. The list disappears and the selected item is displayed in the cell. Using a WorkSheet_Change event macro, that cell can display the color of your choice. Another selection will produce another color of your choice. HTH Otto "mfg" wrote in message ... I have a drop down list with 3 items in it. My question is I want each item to show in a different colour is this possible and if so how do I acomplish this. -- mfg41 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
drop down list based on other drop down list pick | Excel Discussion (Misc queries) | |||
Drop down list dependant on previous drop down list | Excel Discussion (Misc queries) | |||
Drop down lists that auto create and then filter the next drop down list | Excel Worksheet Functions | |||
Drop Down List choice selecting another drop down list | Excel Worksheet Functions | |||
multiple select from the drop down list in excel. list in one sheet and drop down in | Excel Discussion (Misc queries) |