Hi guys,
gotta fill userform textbox with a value that is in a cell in active worksheet. I've tried controlsource and it works ok but not perfect because I want the textbox to be shown empty when the form opens.
I've tried
Activesheet.Range("D43")=TextBox1.Value
thinking that it would pick the D43 value but didn't happen, but then I got rid of the activesheet coz I figured not stating it means activesheet so
Range("D43")=TextBox1.Value
But this doesn't work too.
Help needed.
Regards.
gotta fill userform textbox with a value that is in a cell in active worksheet. I've tried controlsource and it works ok but not perfect because I want the textbox to be shown empty when the form opens.
I've tried
Activesheet.Range("D43")=TextBox1.Value
thinking that it would pick the D43 value but didn't happen, but then I got rid of the activesheet coz I figured not stating it means activesheet so
Range("D43")=TextBox1.Value
But this doesn't work too.
Help needed.
Regards.