View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Umlas, Excel MVP Bob Umlas, Excel MVP is offline
external usenet poster
 
Posts: 320
Default MsgBox Question??

If you put this in the mousemove event of the activeX dropdown:
application.statusbar = y
then you'll see what you need to "trap" for -- then you'll probably conclude
it's way too tough to zero in on what you want, given that there's a range of
y-values where you're "over" the item and the msgbox might popup several
times, and given that this y value would change if you change the font of the
items in the list, etc.
So it's possible, but NOT worth the effort!!!

"Mekinnik" wrote:

Is it possible to have a MsgBox pop up when single item in a combobox list is
moused over?