PDA

View Full Version : ControlTip Text not showing in excel Userform



DeanP
12-01-2018, 03:37 PM
I have added controltip text to some of the textboxes in my excel Userform via properties. When testing the form, the tips are not showing when hovering over the boxes. In fact, nothing happens.
Do I have to do something else to make this work?

Kenneth Hobs
12-01-2018, 06:16 PM
The only way I can duplicate that is to set Enabled=False.

DeanP
12-02-2018, 01:33 AM
Thanks for this Kenneth. I tried that, but alas still no luck.

Kenneth Hobs
12-02-2018, 05:55 AM
Attach a short example file so we can better help.

Click Go Advanced button in lower right of a reply then the paperclip icon or Manage Attachments link below the reply box to browse and upload the xlsm.

Rob342
12-05-2018, 07:05 AM
Try This, Hover the mouse over the textbox
To run go to view code click on userform then run

Paul_Hossler
12-05-2018, 07:36 AM
I tried it two ways

a. I added a Sub in a standard module to load and show the userform
b. I just ran the userform from view code

Both worked normally

23348