I have a UserForm with a half dozen Controls created "on the fly", i.e., via VBA code. Is there any way to "reveal" something about a given control by simply placing the mouse on the control.

As an example, consider a UserForm with 4 text boxes. The original userform is modified during application execution to add the 4 textboxes. I want the boxes to be quite small; too small to show the value of the textbox normally. I would like the value of the TextBox to be revealed when the mouse is moved over the textbox.

I have tried using the "click" procedures but those procedures do not seem to work for controls created with VBA.

Any help would be appreciated.