Thread: [Solved] TextBox / Shape name
View Single Post
 
Old 10-23-2014, 12:54 PM
OlivierS OlivierS is offline Mac OS X Office for Mac 2011
Novice
 
Join Date: Oct 2014
Posts: 1
OlivierS is on a distinguished road
Angry 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
Reply With Quote