PowerPoint Automation
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm trying to build a dll that makes automated changes to powerpoint presentations. I want to go through each slide and change all instances of an automatically generated date/time to one that I will provide. I'm having trouble finding in in the object model, however. I've gotten all the way to the slide.shape.textframe how can I check to see if what is in the frame is an automatically generated date/time? I was thinking maybe text fields store a collection of objects taht aren't necessarily text and I could test against a dateAndTime object or something, but it looks like this is not the case. Any Suggestions?