"reset" a placeholder

  • Thread starter ChrisHarrington
  • Start date
C

ChrisHarrington

In the PowerPoint app, Clicking a placeholder and then hitting the delete
key will reset the placeholder to the "click here to edit ..." message. I am
wanting to programmatically do the same. I recorded a macro to see what
PowerPoint does. But when I run the macro, it deletes the shape instead of
resetting it. The macro did a shape.Delete.

I also tried shape.TextFrame.TextRange.Delete, but that just deletes the
text - it doesnt reset the styles to the master defaults (leaves style set
to last run in the text)

Any suggestions?

Thanks



Chris Harrington
Active Interface, LLC.
http://www.activeinterface.com
 
C

ChrisHarrington

Steve,

That is what I had tried originally. But it also leaves placeholder styles
set to those of the last run. There's just gotta be a way (I'd think)
without having to delete and re-insert the placeholder. Anything else worth
trying?

Chris
 
C

ChrisHarrington

Thanks John,

The problem with that is that it resets all placeholders on the slide. I
only want to reset the one.

Chris
 

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