Thread: UserForm
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
John Wilson John Wilson is offline
external usenet poster
 
Posts: 550
Default UserForm

John,

mytextbox.text = Range("F3").Value

John

"John Beaumont" wrote in message
...
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