• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How to save data from a textbox to specific excel sheet

nanobuns

New Member
Hi,


A pleasant day,


I need your help, i want to save the data from a textbox using macro. Please see below link of my excel sheet screenshot.


https://rapidshare.com/files/1556720348/test.JPG


Thanks in advance,


^_^
 
Hi,

something like  
Code:
Worksheets("?").Range("?").Value = TextBox.Text

you just have to replace the ? by object name …
 
Hi, nanobuns!


You've started different topics all related, next time please unify your requests so as to don't make information and efforts get dispersed.


In this other topic:

http://chandoo.org/forums/topic/vba-project#post-123877

you'll find the inverse procedure, i.e., assigning a cell value to a control, inverting the operands you'll get the answer for this issue.


Regards!
 
Back
Top