Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General PowerPoint Questions / July 2007

Tip: Looking for answers? Try searching our database.

file name in footer

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Susanitamn - 12 Jul 2007 19:40 GMT
how do I create a macro to insert the file name on the last page footer of a
powerpoint presentation?  Thx!
John Wilson - 12 Jul 2007 20:06 GMT
This is "aircode" but I guess it would it:

Sub footerme()
Dim n As Integer
n = ActivePresentation.Slides.Count
ActivePresentation.Slides(n).HeadersFooters.Footer _
.Text = ActivePresentation.Name
End Sub
Signature

Amazing PPT Hints, Tips and Tutorials-http://www.PPTAlchemy.co.uk
http://www.technologytrish.co.uk/ppttipshome.html
email john AT technologytrish.co.uk

> how do I create a macro to insert the file name on the last page footer of a
> powerpoint presentation?  Thx!
Susanitamn - 18 Jul 2007 20:30 GMT
thank you...it is working except for one thing...how do I get it to
automatically  update if filename is changed and be automatically put on last
page of the presentation?  Thanks again for all your help!

> This is "aircode" but I guess it would it:
>
[quoted text clipped - 7 lines]
> > how do I create a macro to insert the file name on the last page footer of a
> > powerpoint presentation?  Thx!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.