Length of data displayed in text fields

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If it possible to display the data selected in the text field, when the mouse
points to it?

Same as we have in html, when we put our mouse on some link it shows us the
desc for that link...

Thanks,
Sandeep
 
No. I dont want to insert a comment.

I have created a drop down on the User Form in VBA.
This drop down displays the "Strings" dynamically fetched at the run time.

Length of the "Strings" can vary.

If the length set in the drop down is less than length of the string we cant
see the value of the complete string.

I want that when we place the pointer on the value selected in the drop
down, it should display its comeplete value.

Please help.

Thanks,
Sandeep
 
Back
Top