UserForm

J

John Beaumont

I have created a userform. In this I have also put text
boxes to display the contents of a cell in my worksheet.
What is the VB code to display the contents of a cell is
it..

mytextbox.text= cells("f3").value

Thanks

John
 
Top