![]() |
#1
|
|||
|
|||
![]()
Trying to help out a colleague, I got as far as View > Master slide. Sure enough, there it is – a date from last year proudly displayed in today's presentation.
|
#2
|
|||
|
|||
![]()
There's no (simple - ie code free) way to add either e field for "date last saved" or "date last printed " to the footer. It is probably a coincidence that the date is the same. You should be able to alter it manually either on the large master or on some or all of the smaller layouts in Master View.
Last edited by JohnWilson; 11-13-2014 at 07:38 AM. |
#3
|
|||
|
|||
![]()
Thanks, John. Unimpressed about the lack of fields … but a savvy colleague has shown me that PowerPoint lets you use more than one master: I just hadn't got as far as identifying the master with the incorrect information.
|
#4
|
|||
|
|||
![]()
I have the same problem every time January comes around. I have the year in the footer after the copyright symbol. I change the year by going to Master View, searching for last year (2014) and replacing all with this year (2015). Must go into all PowerPoints to do this. Sigh.
I also see that when I'm in master view with the Insert menu showing, I can click on Header and Footer, and choose Include on slide - Date and time. And it will update automatically! Woohoo! Except it won't give me the option of including just the year. Stupid PowerPoint. |
#5
|
|||
|
|||
![]()
You probably know that there is no need to change the date (or even show it in fact). In theory the date should be the date the work was created.
However I know people want to do this and the only way would be code. There's no built in way I know of. Code could open all presentations and update them once a year or probably more useful in the long run update the date when the presentation is opened if the year is not current. The latter approach would require a small addin to be created. |
#6
|
|||
|
|||
![]()
"the date the work was created" – all fine and dandy as long as everyone creates new presentations from scratch, and either finishes work within the day or doesn't mind a visible discrepancy <vbg> Most of my colleagues, and often for good reasons, will start from an existing presentation and modify it to make something new that needs to be saved as a new item.
A bit of integration between Office components would help, with the SaveDate field from Word available in PowerPoint. I have found a reference to a macro https://answers.microsoft.com/en-us/...b-771119b9fd77 and may investigate farther next time the question arises. |
#7
|
|||
|
|||
![]()
I did say "In theory"!
If you need the last save time / year you can query the Doc Props Code:
Sub checkSaveDate() If ActivePresentation.Path = "" Then Exit Sub ' not saved MsgBox ActivePresentation.BuiltInDocumentProperties("Last Save Time") MsgBox "The year only was " & Format(ActivePresentation.BuiltInDocumentProperties("Last Save Time"), "YYYY") End Sub |
![]() |
Tags |
date saved, footer |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
madhouseassociates | PowerPoint | 4 | 07-17-2014 06:37 AM |
2013 how to edit an existing filter | altja | Project | 1 | 02-15-2014 07:06 AM |
![]() |
abbertonian | Project | 3 | 04-10-2013 07:56 AM |
Footer - more then one footer (auto fill text in slides) | noodle | PowerPoint | 0 | 03-31-2013 04:50 AM |
Inserting slides between existing slides in 2003 | watsonstudios | PowerPoint | 1 | 05-20-2011 08:15 PM |