Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 2
Wink 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 587
Default 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




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding to excel user form combobox Gimp Excel Programming 3 January 26th 07 05:02 PM
What code do I use to add a user form to Excel worksheet? Hammer1947 Excel Programming 1 July 11th 06 07:30 AM
Adding code to control on form causes Excel to crash skuzapo Excel Programming 3 September 22nd 05 09:14 PM
Adding code to a control on a form causes excel to crash Skuzapo Excel Programming 1 September 21st 05 02:13 PM
Adding a counter to a User Form in Excel Pam Excel Programming 2 August 17th 04 02:55 PM


All times are GMT +1. The time now is 09:02 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"