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