insert file pathname, author as a automatic footer in powerpoint. This
feature is used in Word as insert Autotext
John Wilson - 05 Mar 2008 09:56 GMT
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
> insert file pathname, author as a automatic footer in powerpoint. This
> feature is used in Word as insert Autotext
TAJ Simmons - 05 Mar 2008 10:43 GMT
dpinsent
see
Sample code to add the path and file name to each slide
http://support.microsoft.com/kb/222797
and then
How do I use VBA code in PowerPoint?
http://www.pptfaq.com/FAQ00033.htm
cheers
TAJ Simmons
Microsoft Powerpoint MVP
awesome - powerpoint templates,
http://www.awesomebackgrounds.com
powerpoint backgrounds, free samples, ppt tutorials...
> insert file pathname, author as a automatic footer in powerpoint. This
> feature is used in Word as insert Autotext