Just an experiment / learning.
I have several TextBoxes on the screen (in a userform). I want to be able to click in one and then click Button and then the Button would send value to the TextBox that is active.
Very simple but yes, I am that new. I know how to pass the variable to a specific Textbox just not the focused one.
Thanks in advance!![]()
TextBox1.Text = Value
Is this correct?
![]()
Me.ActiveControl.Texxt = Value
Bookmarks