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.