One to many text box

A

Albert

Hi guys,

I would like to:
1. Create a text box
2. Let that text box value carry to a number other text boxes in my
presentation

Thanks
 
A

Albert

Hi Steve,

Not going to work. I need to link textbox through some vb code. My textboxes
are visible on each slide, so I need to code/name the textboxes per slide
somehow.

Any ideas
 
A

Albert

This is my code so far, I am not sure how to name the textboxes

Sub Copyname()
ActivePresentation.Slides(1).TextBox1.Text =
ActivePresentation.Slides(1).TextBox2.Text
ActivePresentation.Slides(1).TextBox1.Text =
ActivePresentation.Slides(9).TextBox3.Text
ActivePresentation.Slides(1).TextBox1.Text =
ActivePresentation.Slides(9).TextBox4.Text
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top