What would VBA code to add a SaveDate field in PowerPoint look lik

L

LeslieInNC

For years, Word has had a field, SaveDate, that displays the date on which
the file was last saved (not today's date unless it was saved today).

How would I write the code to reproduce this behavior?
 
S

Shyam Pillai

There is no native functionality that is identical to the SaveDate. You
could read the file properties and get information of the creation/modified
date, if that is sufficient. Or you could write your own event handler
(add-in) which will populate a custom property/tag in the presentation with
date/time whenever the presentation is saved.

Regards,
Shyam Pillai

Image Importer Wizard
http://skp.mvps.org/iiw.htm
 

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