J
Juliette
Hi,
I am not using VB a lot with PPT so appologize if my question is very easy...
My understanding is that each time we create a text box in a presentation,
it has a unique ID whatever slide it is in. I would like to refer to this
text box, without refering to a specific slide.
Currently I have something like:
Set sh = PowerPoint.ActivePresentation.Slides(5).Shapes("Text box 2")
sh.TextFrame.TextRange.Text = "Test"
And I would like to be able to refer to "Text box 2" without refering to
"slide(5)". I would like to avoid using "slideid" as well to make my life
easier. Is that any possible?
Many thanks for your help
I am not using VB a lot with PPT so appologize if my question is very easy...
My understanding is that each time we create a text box in a presentation,
it has a unique ID whatever slide it is in. I would like to refer to this
text box, without refering to a specific slide.
Currently I have something like:
Set sh = PowerPoint.ActivePresentation.Slides(5).Shapes("Text box 2")
sh.TextFrame.TextRange.Text = "Test"
And I would like to be able to refer to "Text box 2" without refering to
"slide(5)". I would like to avoid using "slideid" as well to make my life
easier. Is that any possible?
Many thanks for your help