senators40
Technical User
Hi,
I am trying to get a value from one textbox into 2 or more textboxes and cells in excel.
For instance
I have blank in textbox1, textbox2 and cell A1 and textbox3 with 50
I would like a command that says put textbox3's value of 50 into textbox1, textbox2 and cell A1 without having to repeat the formula 3 times (or more depending on the situation.
Textbox1.Text = Textbox3.Text
Textbox2.Text = Textbox3.Text
Range("A1").Value = Textbox3.Text
Any help would be appreciated
Jeff
I am trying to get a value from one textbox into 2 or more textboxes and cells in excel.
For instance
I have blank in textbox1, textbox2 and cell A1 and textbox3 with 50
I would like a command that says put textbox3's value of 50 into textbox1, textbox2 and cell A1 without having to repeat the formula 3 times (or more depending on the situation.
Textbox1.Text = Textbox3.Text
Textbox2.Text = Textbox3.Text
Range("A1").Value = Textbox3.Text
Any help would be appreciated
Jeff