Hello everyone, I know this should be simple, but for the life of me I cannot figure it out. All I am trying to do is copy the text from one text box into another. This is my line of code which doesnt work...
Sheets("Type1").Shapes("TextBox2").Characters.Text = Sheets("Type1").Shapes("TextBox1").Characters.Text
What am I doing wrong?
Sheets("Type1").Shapes("TextBox2").Characters.Text = Sheets("Type1").Shapes("TextBox1").Characters.Text
What am I doing wrong?