senators40
Technical User
I would like to do the following procedure in one line - I think it is more effieient, when I click on a Command Button
TextBox1.Text = TextBox3.Text
TextBox2.Text = TextBox3.Text
I tried doing:
TextBox1.Text , TextBox2.Text = TextBox3.Text
but I got an error message Compile Error Invalue Use of Property
I would also like to combine a Range / cell in the excel workbook and Textbox as well.
Any help would be appreciated
Also, if it isn't better from a programming perspective please let me know as well and I will continue to do it the old way
Thanks
Jeff
TextBox1.Text = TextBox3.Text
TextBox2.Text = TextBox3.Text
I tried doing:
TextBox1.Text , TextBox2.Text = TextBox3.Text
but I got an error message Compile Error Invalue Use of Property
I would also like to combine a Range / cell in the excel workbook and Textbox as well.
Any help would be appreciated
Also, if it isn't better from a programming perspective please let me know as well and I will continue to do it the old way
Thanks
Jeff