Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want some way to indicate that a particular item in a ComboBox has been
"used"--that is, data related to the item exists in a spreadsheet. I'm not sure the best way to do this (not the data-checking part, but the displaying-the-result part). One way would be to make the used items appear as bold text, if that's possible. My alternative, I suppose would be to create another column and add a character ("" for example) when the related row's item is used. If there's a better way, I'm open to suggestions. Thanks. Bert |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can incorporate the code to display a flag into the same code that is
activated by the selection of an item in a combo box. That is assuming that such code exists. "Bert" wrote: I want some way to indicate that a particular item in a ComboBox has been "used"--that is, data related to the item exists in a spreadsheet. I'm not sure the best way to do this (not the data-checking part, but the displaying-the-result part). One way would be to make the used items appear as bold text, if that's possible. My alternative, I suppose would be to create another column and add a character ("" for example) when the related row's item is used. If there's a better way, I'm open to suggestions. Thanks. Bert |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date Format In Combobox | Excel Programming | |||
format of combobox on userform | Excel Programming | |||
Format in a combobox | Excel Programming | |||
combobox format | Excel Programming | |||
ComboBox Format Problem | Excel Programming |