Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default userform txt box updates spreadsheet

Ok...I have a template spreadsheet that is attached to a userform that
created. When I type in TextBox1, I want it to put that data into cel
C4. What is the correct code

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default userform txt box updates spreadsheet

Private Sub Textbox1_AfterUpdate()
ActiveSheet.Range("C4").Value = _
Textbox1.Value
End Sub

--
Regards,
Tom Ogilvy

"dok112 " wrote in message
...
Ok...I have a template spreadsheet that is attached to a userform that I
created. When I type in TextBox1, I want it to put that data into cell
C4. What is the correct code?


---
Message posted from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default userform txt box updates spreadsheet

Range("C4").Value = TextBox1.Valu

--
Message posted from http://www.ExcelForum.com

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
Link 2 laptops to 1 spreadsheet with immediate updates old coach Links and Linking in Excel 1 February 10th 08 02:16 PM
Assigning names to a spreadsheet that updates Chance New Users to Excel 3 April 7th 05 03:43 AM
How do I create spreadsheet that automatically updates numbers/va. bunyip Excel Discussion (Misc queries) 2 December 8th 04 11:54 AM
userform Radio button updates text box dok112[_7_] Excel Programming 1 June 17th 04 09:51 AM
Screen Updates on a userform Neil Excel Programming 2 October 17th 03 01:23 PM


All times are GMT +1. The time now is 08:20 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"