Is it possible to implement a tooltip display when hovering over a variant from the opened ComboBox (not ActiveX)?

In general, you need a cross-platform solution: displaying a specific description as a comment, or in a specific cell when you hover on an option in the drop-down list.

I’ve seen implementations, but they use either ActiveX, or UserForms, or Windows API. Is there really no crutch?

Alternatively, a regular data cell would be suitable.

    1 answer 1

    As you noticed, you need a crutch , because Excel has no built-in tools that could help to realize the idea.

    Macro. But so far they have not chosen a value from the list - there is no event for which the code can be enabled.

    It seems, with the restrictions that the author indicated, no way.