N nanobuns New Member Jul 14, 2013 #1 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, 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, ^_^
Marc L Excel Ninja Jul 14, 2013 #2 Hi, something like Code: Worksheets("?").Range("?").Value = TextBox.Text you just have to replace the ? by object name …
Hi, something like Code: Worksheets("?").Range("?").Value = TextBox.Text you just have to replace the ? by object name …
SirJB7 Excel Rōnin Jul 16, 2013 #4 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!
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!