Hello all,
I have this userform (M_Returns) that contains the label lblextra.
If it's pressed userform 1 shows with 1 big textbox txtextra
I would like that the user puts data in the textbox txtextra
After that he/she can close the Userform1 (with button) and returns to the original userform (M_Returns).
There he/she presses a button and all is stored.
How can i make it like that the data in userform1 txtExtra is stored till the button on Userform M_Returns is pressed?
I have this userform (M_Returns) that contains the label lblextra.
If it's pressed userform 1 shows with 1 big textbox txtextra
I would like that the user puts data in the textbox txtextra
After that he/she can close the Userform1 (with button) and returns to the original userform (M_Returns).
There he/she presses a button and all is stored.
How can i make it like that the data in userform1 txtExtra is stored till the button on Userform M_Returns is pressed?