L
Little Penny
I'm trying to learn a little about userforms
I have a simple user form with one textbox
This is the macro that open the form
Sub form()
frmUserform.Show
End Sub
There is one text box on the form called JobBox1
How do i get the form to open and put the value of cell A1 one in the
text box.
Thanks
I have a simple user form with one textbox
This is the macro that open the form
Sub form()
frmUserform.Show
End Sub
There is one text box on the form called JobBox1
How do i get the form to open and put the value of cell A1 one in the
text box.
Thanks