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
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