All, I've somehow managed to fail to assimilate what maybe a simple thing:
A UserForm I have has some textbox fields, to receive text of a person's name, process status, etc.
How do you permanently save a text box value in the UserForm, and then retrieve whatever the current value of the text box is, in code like this:?
ActiveCell(Offset 0,3).Value = TextBox1.Text
Or do you also input the UserForm name as well:?
ActiveCell(Offset 0,3).Value = SampleUserFormName.TextBox1.Text
Totally stumped. Thank you in advance for any help here.
A UserForm I have has some textbox fields, to receive text of a person's name, process status, etc.
How do you permanently save a text box value in the UserForm, and then retrieve whatever the current value of the text box is, in code like this:?
ActiveCell(Offset 0,3).Value = TextBox1.Text
Or do you also input the UserForm name as well:?
ActiveCell(Offset 0,3).Value = SampleUserFormName.TextBox1.Text
Totally stumped. Thank you in advance for any help here.