UserForm controls have a ToolTip property, but its name is not ToolTip, rather, it is name ControlTipText. However, it does not look like it will function the way you want. It appears that ToolTips display when you hover over an object... once you click the object, the ToolTip disappears and stays disappeared until you move the cursor off of the control and then move it back over the control and hover there... selecting an item in your ListBox won't let the ToolTip display until you move the cursor away from the contol and then move it back over it again. Perhaps you can make your UserForm a little taller (say two text lines taller) and put your label down at the bottom of the UserForm so it acts like a Status Bar (which you could update in the ListBox's Click event). Or are you wanting to display a lot more text than that?




Reply With Quote



Bookmarks