Hi I'm not sure if this is doable or not. I'm trying to get the value of an input box in my userform and display it in a MsgBox during the time that it was focused or clicked.
Is there a way to do this?
Say I have Textbox1 with a value of Apple
and when I click that TextBox1
MsgBox will appear that will display the value of my TextBox1 which is Apple
.
Note: I have a lot of TextBox so I'm not only referring to TextBox1.
Thanks for the help.