insert file pathname, author as a automatic footer in powerpoint

  • Thread starter Thread starter dpinsent
  • Start date Start date
D

dpinsent

insert file pathname, author as a automatic footer in powerpoint. This
feature is used in Word as insert Autotext
 
Unfortunately this is not so easy in PowerPoint

It can be done using vba code though
get the filepath from ActivePresentation.FullName
and the author from ActivePresentation.BuiltinDocumentProperties("Author")

Regards John
 

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