Hello

I would be grateful if anyone can help me with this. I have Office 365, I basically want to copy text from a input textbox to another one on another slide. In Word I would use something like:
TextBox2.Text = TextBox1.Text

However in PowerPoint when I try this I get an error Run-time error 424 Object required.
Any ideas? Thanks.