ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Code for adding datas into an excel sheet from an user form (https://www.excelbanter.com/excel-programming/449640-code-adding-datas-into-excel-sheet-user-form.html)

PraveenEXCEL

Code for adding datas into an excel sheet from an user form
 
can some one help me to get Code for adding datas into an excel sheet from an user form

isabelle

Code for adding datas into an excel sheet from an user form
 
hi,

With ThisWorkbook
..Sheets("Sheet1").Range("A1") = "x"
End With

'or

With ThisWorkbook
..Sheets("Sheet1").Range("A1") = Me.TextBox1
End With

isabelle

Le 2013-12-21 07:15, PraveenEXCEL a écrit :
can some one help me to get Code for adding datas into an excel sheet
from an user form






All times are GMT +1. The time now is 04:15 AM.

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