D
Damon Heron
I have a multiselect listbox that when user clicks on an item, it is
highlighted (selected). some of the items are not appropriate for the task
as hand, but I don't want to remove them from the list. So, when the user
clicks on of the inappropriate item, a msgbox shows that this is not a good
item. User clicks okay, then the focus goes back to the highlighted listbox
item. Here is where I am having a problem. I want to automatically
"un-highlight" the item, because if the user clicks on it again, (to
de-select it) the msgbox returns. This is one extra step I want to get rid
of, but can't figure out how. Thanks in advance.
highlighted (selected). some of the items are not appropriate for the task
as hand, but I don't want to remove them from the list. So, when the user
clicks on of the inappropriate item, a msgbox shows that this is not a good
item. User clicks okay, then the focus goes back to the highlighted listbox
item. Here is where I am having a problem. I want to automatically
"un-highlight" the item, because if the user clicks on it again, (to
de-select it) the msgbox returns. This is one extra step I want to get rid
of, but can't figure out how. Thanks in advance.