Hi guys,

I was wondering, is there any way one can make a description pop-up (like when a remark function in a cell pops up with yellow background, if set) when hovering over the items listed in a dropbox?

For example a dropbox has the following items listed:

Item1
Item2
Item3
Item4
Item5

And if user hovers over Item1 With the mouse I would want a little description to pop up like "This item requires Item4 to work" and so on....

Right now I have to program a msgbox that pops up after Item is selected which contains the description text and With a Ok button to Select and a Cancel button to cancel the selection.


This is a lot of coding for a ca. 50 items.

Any tips would be most welcome