PowerPoint Revisions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

I am using PowerPoint 2003.
I try to read presentation revisions, or slide revisions by c# (or
VBA), but I don't see any suitable property.


You can determine whether the presentation has revision by get the
HasRevisionInfo property,
You can read revisions total number by
ActiveWindow.Presentation.BuiltInDocumentProperties.Item("Revision
Number").Value
But not the revisions themselves.


By the way, In Word, You can read document revision by get the
ActiveDocument.Revisions.


Thanks
Shana Kun
 

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

Back
Top