TextBox / Shape name
Hi,
In my slide, I have a few Text Boxes.
I'm trying to update the content using a form and vba.
The problem I'm having is that I can't easily identify the shape name within my slide. Is there a way to know the name of my Text Boxes?
ActivePresentation.Slides(1).Shapes(4).TextFrame.T extRange.Text = TextBoxRole.Value
Thank you
|