ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   UserForm (https://www.excelbanter.com/excel-programming/285877-userform.html)

John Beaumont

UserForm
 
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

John Wilson

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





All times are GMT +1. The time now is 02:13 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com