vburiko
06-10-2013, 08:06 AM
I need to identify a text placeholder on a slide by the custom prompt text (for instance "Click to add number"). I can read the user own content by using:
strPlaceholderText =
ActivePresentation.Slides(1).Shapes(1).TextFrame.TextRange.Text
but for custom prompt text it returns an empty string. I looked through the Placeholder and Shape objects methods and properties, but do not see anything that can point me in the right direction.
I am using Microsoft Office 2013, Windows 7, 64 bit.
strPlaceholderText =
ActivePresentation.Slides(1).Shapes(1).TextFrame.TextRange.Text
but for custom prompt text it returns an empty string. I looked through the Placeholder and Shape objects methods and properties, but do not see anything that can point me in the right direction.
I am using Microsoft Office 2013, Windows 7, 64 bit.