E
Ed
I have a combo box on a form. It is fairly narrow box, and frquently not all
of the text of a particular entry is visible. (It shows 15 or so characters,
generally enough for me to figuer out what the entry is, but not always.) I
cannot widen the box. (at least from a practical point of view).
When I move my cursor up and down the list of entries (without clicking
anything) the entry over which the cursor is hovering turns 'blue.' That
suggests that Word (VBA) 'knows' where it is (even without a mouse click). I
don't want to click anything at this point. I just want to hover and have
VBA help me to decide if that is the proper item, and if not, to the cursor
move up or down to the next item.
How can I capture that value (without clicking anything) and show it as a
controltiptext so that I can see the entire value of the entry? (I tried
playing with 'CurLine', but that doesn't work for lists, only textboxes).
Seems this should be easy, but I have been playing with this for hours with
0 success. I hope this group can help. Thanks.
Ed
of the text of a particular entry is visible. (It shows 15 or so characters,
generally enough for me to figuer out what the entry is, but not always.) I
cannot widen the box. (at least from a practical point of view).
When I move my cursor up and down the list of entries (without clicking
anything) the entry over which the cursor is hovering turns 'blue.' That
suggests that Word (VBA) 'knows' where it is (even without a mouse click). I
don't want to click anything at this point. I just want to hover and have
VBA help me to decide if that is the proper item, and if not, to the cursor
move up or down to the next item.
How can I capture that value (without clicking anything) and show it as a
controltiptext so that I can see the entire value of the entry? (I tried
playing with 'CurLine', but that doesn't work for lists, only textboxes).
Seems this should be easy, but I have been playing with this for hours with
0 success. I hope this group can help. Thanks.
Ed