How do I insert the current year in PowerPoint Announcing the arrival of Valued Associate...
Is a manifold-with-boundary with given interior and non-empty boundary essentially unique?
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
Dominant seventh chord in the major scale contains diminished triad of the seventh?
What's the difference between `auto x = vector<int>()` and `vector<int> x`?
Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?
What causes the vertical darker bands in my photo?
What LEGO pieces have "real-world" functionality?
Why is black pepper both grey and black?
How to find all the available tools in macOS terminal?
Is there a "higher Segal conjecture"?
Should I call the interviewer directly, if HR aren't responding?
How discoverable are IPv6 addresses and AAAA names by potential attackers?
How widely used is the term Treppenwitz? Is it something that most Germans know?
Proof involving the spectral radius and the Jordan canonical form
"Seemed to had" is it correct?
How to recreate this effect in Photoshop?
What is this single-engine low-wing propeller plane?
When -s is used with third person singular. What's its use in this context?
What happens to sewage if there is no river near by?
Why is "Captain Marvel" translated as male in Portugal?
How can players work together to take actions that are otherwise impossible?
Is it true that "carbohydrates are of no use for the basal metabolic need"?
Is 1 ppb equal to 1 μg/kg?
I am not a queen, who am I?
How do I insert the current year in PowerPoint
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How do I create a custom date format in footer that updates automatically in Powerpoint 2007?Powerpoint: how to insert document property (aka 'field') in slide?How to dynamically insert text from an external file in a Powerpoint slide?Powerpoint forces random date in footer when including date and timeWhy is MS Word continuing a numbered list from the body to the footerExclude slides from PowerPoint handoutSkip animations on current slide in PowerPointchanges the powerpoint 2010 notes layoutHow to globally change the language in PowerPoint Slide MastersRe-apply a slide layout to existing slides
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I'd like to have the current year appear on the footer of my slides.
I've been doing this by manually typing the year, but every year, I need to update all my slides. Can I insert the year automatically, just like I can insert the date and have it update automatically?
microsoft-office microsoft-powerpoint microsoft-powerpoint-2010
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'd like to have the current year appear on the footer of my slides.
I've been doing this by manually typing the year, but every year, I need to update all my slides. Can I insert the year automatically, just like I can insert the date and have it update automatically?
microsoft-office microsoft-powerpoint microsoft-powerpoint-2010
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
4
Perhaps you can add an automatically updated date via the Insert tab, then hide the date and month using an opaque rectangle, leaving only the year? I don't know of any other way to specify a custom date format in PowerPoint, and VBA is an ugly solution for this (especially since you'd need a hack to make the PPT auto-execute the macro when the file is opened or slideshow is run).
– Karan
Jan 15 '13 at 22:29
@Karan: That was exactly the solution I first thought. But I still asked, as I assumed this would be a rather common need. Guess I'll have to hide the Month/Day.
– John Assymptoth
Jan 15 '13 at 22:44
I guess you mean you need to update all your templates? That's a lot less work than updating all your slides.
– RolfBly
Mar 10 '17 at 8:43
add a comment |
I'd like to have the current year appear on the footer of my slides.
I've been doing this by manually typing the year, but every year, I need to update all my slides. Can I insert the year automatically, just like I can insert the date and have it update automatically?
microsoft-office microsoft-powerpoint microsoft-powerpoint-2010
I'd like to have the current year appear on the footer of my slides.
I've been doing this by manually typing the year, but every year, I need to update all my slides. Can I insert the year automatically, just like I can insert the date and have it update automatically?
microsoft-office microsoft-powerpoint microsoft-powerpoint-2010
microsoft-office microsoft-powerpoint microsoft-powerpoint-2010
asked Jan 14 '13 at 17:51
John AssymptothJohn Assymptoth
3154917
3154917
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
4
Perhaps you can add an automatically updated date via the Insert tab, then hide the date and month using an opaque rectangle, leaving only the year? I don't know of any other way to specify a custom date format in PowerPoint, and VBA is an ugly solution for this (especially since you'd need a hack to make the PPT auto-execute the macro when the file is opened or slideshow is run).
– Karan
Jan 15 '13 at 22:29
@Karan: That was exactly the solution I first thought. But I still asked, as I assumed this would be a rather common need. Guess I'll have to hide the Month/Day.
– John Assymptoth
Jan 15 '13 at 22:44
I guess you mean you need to update all your templates? That's a lot less work than updating all your slides.
– RolfBly
Mar 10 '17 at 8:43
add a comment |
4
Perhaps you can add an automatically updated date via the Insert tab, then hide the date and month using an opaque rectangle, leaving only the year? I don't know of any other way to specify a custom date format in PowerPoint, and VBA is an ugly solution for this (especially since you'd need a hack to make the PPT auto-execute the macro when the file is opened or slideshow is run).
– Karan
Jan 15 '13 at 22:29
@Karan: That was exactly the solution I first thought. But I still asked, as I assumed this would be a rather common need. Guess I'll have to hide the Month/Day.
– John Assymptoth
Jan 15 '13 at 22:44
I guess you mean you need to update all your templates? That's a lot less work than updating all your slides.
– RolfBly
Mar 10 '17 at 8:43
4
4
Perhaps you can add an automatically updated date via the Insert tab, then hide the date and month using an opaque rectangle, leaving only the year? I don't know of any other way to specify a custom date format in PowerPoint, and VBA is an ugly solution for this (especially since you'd need a hack to make the PPT auto-execute the macro when the file is opened or slideshow is run).
– Karan
Jan 15 '13 at 22:29
Perhaps you can add an automatically updated date via the Insert tab, then hide the date and month using an opaque rectangle, leaving only the year? I don't know of any other way to specify a custom date format in PowerPoint, and VBA is an ugly solution for this (especially since you'd need a hack to make the PPT auto-execute the macro when the file is opened or slideshow is run).
– Karan
Jan 15 '13 at 22:29
@Karan: That was exactly the solution I first thought. But I still asked, as I assumed this would be a rather common need. Guess I'll have to hide the Month/Day.
– John Assymptoth
Jan 15 '13 at 22:44
@Karan: That was exactly the solution I first thought. But I still asked, as I assumed this would be a rather common need. Guess I'll have to hide the Month/Day.
– John Assymptoth
Jan 15 '13 at 22:44
I guess you mean you need to update all your templates? That's a lot less work than updating all your slides.
– RolfBly
Mar 10 '17 at 8:43
I guess you mean you need to update all your templates? That's a lot less work than updating all your slides.
– RolfBly
Mar 10 '17 at 8:43
add a comment |
3 Answers
3
active
oldest
votes
Try this answer. May be that will help you. Here is another similar answer.
You can get this change
system-wide through Windows Control Panel, launch "Regional and Language
Options", click "Customize this format...", select "Date" tab, and type out
"d.M.yy" in "Short date" area, click OK. This should get you 19.06.07 date
format in PowerPoint as well.
In your case you can try "yyyy" for your short date.
1
This doesn't really help me, as I will pass the document around and changing my whole OS date format is not something I'd like to do.
– John Assymptoth
Jan 15 '13 at 2:38
add a comment |
There is no easy way to format just the year in a PPT date footer.
This is a workaround. My use case is a copyright stamp in the lower right hand corner of each slide. I have one template with my house style. For new presentations, I edit the template. For existing presentations that you need to update, skip the first step.
For PTT 2010, your templates are in
C:Users<user>AppDataRoamingMicrosoftTemplates
. '..Templates' may be the word for Templates in your own language. YMMV, Microsoft tends to change its mind about the best place for these with various versions of PPT and Windows. Right click on the template and select Open. Don't doubleclick, you'll open a new blank document from the template. That's not what you want.Now open the View tab and select 'Master slides', or Microsofts' translation for it ('Diamodel' in Dutch).
In the left pane, you see the master-master, slightly larger than other style masters below it. Click it.
Click anywhere on the slide in the main panel, go to the Insert tab and make a nice text box with your year in it. Place it where it doesn't sit in the way of anything else, like headers or footers. I'm not using any headers or footers, so I put mine in the lower right corner, partially overlapping with the default footer box for slide number.
If you did step 1, save your template and start a new presentation from it. (File -> new -> your bewdiful template.)
Next year, remember to check back here and repeat. I hope I will. Re-invented this wheel at least three times in the last few years.
add a comment |
Easier than everyone is making it. Just insert date from the Insert tab on the ribbon use format with the year at the end like mm/dd/yyyy, then just highlight mm/dd/ and set font to one and font color to match your background color. mm/dd/ will disappear and the year will update per normal.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f536128%2fhow-do-i-insert-the-current-year-in-powerpoint%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try this answer. May be that will help you. Here is another similar answer.
You can get this change
system-wide through Windows Control Panel, launch "Regional and Language
Options", click "Customize this format...", select "Date" tab, and type out
"d.M.yy" in "Short date" area, click OK. This should get you 19.06.07 date
format in PowerPoint as well.
In your case you can try "yyyy" for your short date.
1
This doesn't really help me, as I will pass the document around and changing my whole OS date format is not something I'd like to do.
– John Assymptoth
Jan 15 '13 at 2:38
add a comment |
Try this answer. May be that will help you. Here is another similar answer.
You can get this change
system-wide through Windows Control Panel, launch "Regional and Language
Options", click "Customize this format...", select "Date" tab, and type out
"d.M.yy" in "Short date" area, click OK. This should get you 19.06.07 date
format in PowerPoint as well.
In your case you can try "yyyy" for your short date.
1
This doesn't really help me, as I will pass the document around and changing my whole OS date format is not something I'd like to do.
– John Assymptoth
Jan 15 '13 at 2:38
add a comment |
Try this answer. May be that will help you. Here is another similar answer.
You can get this change
system-wide through Windows Control Panel, launch "Regional and Language
Options", click "Customize this format...", select "Date" tab, and type out
"d.M.yy" in "Short date" area, click OK. This should get you 19.06.07 date
format in PowerPoint as well.
In your case you can try "yyyy" for your short date.
Try this answer. May be that will help you. Here is another similar answer.
You can get this change
system-wide through Windows Control Panel, launch "Regional and Language
Options", click "Customize this format...", select "Date" tab, and type out
"d.M.yy" in "Short date" area, click OK. This should get you 19.06.07 date
format in PowerPoint as well.
In your case you can try "yyyy" for your short date.
edited Jan 14 '13 at 19:16
nixda
21.2k1179135
21.2k1179135
answered Jan 14 '13 at 18:37
New DeveloperNew Developer
1034
1034
1
This doesn't really help me, as I will pass the document around and changing my whole OS date format is not something I'd like to do.
– John Assymptoth
Jan 15 '13 at 2:38
add a comment |
1
This doesn't really help me, as I will pass the document around and changing my whole OS date format is not something I'd like to do.
– John Assymptoth
Jan 15 '13 at 2:38
1
1
This doesn't really help me, as I will pass the document around and changing my whole OS date format is not something I'd like to do.
– John Assymptoth
Jan 15 '13 at 2:38
This doesn't really help me, as I will pass the document around and changing my whole OS date format is not something I'd like to do.
– John Assymptoth
Jan 15 '13 at 2:38
add a comment |
There is no easy way to format just the year in a PPT date footer.
This is a workaround. My use case is a copyright stamp in the lower right hand corner of each slide. I have one template with my house style. For new presentations, I edit the template. For existing presentations that you need to update, skip the first step.
For PTT 2010, your templates are in
C:Users<user>AppDataRoamingMicrosoftTemplates
. '..Templates' may be the word for Templates in your own language. YMMV, Microsoft tends to change its mind about the best place for these with various versions of PPT and Windows. Right click on the template and select Open. Don't doubleclick, you'll open a new blank document from the template. That's not what you want.Now open the View tab and select 'Master slides', or Microsofts' translation for it ('Diamodel' in Dutch).
In the left pane, you see the master-master, slightly larger than other style masters below it. Click it.
Click anywhere on the slide in the main panel, go to the Insert tab and make a nice text box with your year in it. Place it where it doesn't sit in the way of anything else, like headers or footers. I'm not using any headers or footers, so I put mine in the lower right corner, partially overlapping with the default footer box for slide number.
If you did step 1, save your template and start a new presentation from it. (File -> new -> your bewdiful template.)
Next year, remember to check back here and repeat. I hope I will. Re-invented this wheel at least three times in the last few years.
add a comment |
There is no easy way to format just the year in a PPT date footer.
This is a workaround. My use case is a copyright stamp in the lower right hand corner of each slide. I have one template with my house style. For new presentations, I edit the template. For existing presentations that you need to update, skip the first step.
For PTT 2010, your templates are in
C:Users<user>AppDataRoamingMicrosoftTemplates
. '..Templates' may be the word for Templates in your own language. YMMV, Microsoft tends to change its mind about the best place for these with various versions of PPT and Windows. Right click on the template and select Open. Don't doubleclick, you'll open a new blank document from the template. That's not what you want.Now open the View tab and select 'Master slides', or Microsofts' translation for it ('Diamodel' in Dutch).
In the left pane, you see the master-master, slightly larger than other style masters below it. Click it.
Click anywhere on the slide in the main panel, go to the Insert tab and make a nice text box with your year in it. Place it where it doesn't sit in the way of anything else, like headers or footers. I'm not using any headers or footers, so I put mine in the lower right corner, partially overlapping with the default footer box for slide number.
If you did step 1, save your template and start a new presentation from it. (File -> new -> your bewdiful template.)
Next year, remember to check back here and repeat. I hope I will. Re-invented this wheel at least three times in the last few years.
add a comment |
There is no easy way to format just the year in a PPT date footer.
This is a workaround. My use case is a copyright stamp in the lower right hand corner of each slide. I have one template with my house style. For new presentations, I edit the template. For existing presentations that you need to update, skip the first step.
For PTT 2010, your templates are in
C:Users<user>AppDataRoamingMicrosoftTemplates
. '..Templates' may be the word for Templates in your own language. YMMV, Microsoft tends to change its mind about the best place for these with various versions of PPT and Windows. Right click on the template and select Open. Don't doubleclick, you'll open a new blank document from the template. That's not what you want.Now open the View tab and select 'Master slides', or Microsofts' translation for it ('Diamodel' in Dutch).
In the left pane, you see the master-master, slightly larger than other style masters below it. Click it.
Click anywhere on the slide in the main panel, go to the Insert tab and make a nice text box with your year in it. Place it where it doesn't sit in the way of anything else, like headers or footers. I'm not using any headers or footers, so I put mine in the lower right corner, partially overlapping with the default footer box for slide number.
If you did step 1, save your template and start a new presentation from it. (File -> new -> your bewdiful template.)
Next year, remember to check back here and repeat. I hope I will. Re-invented this wheel at least three times in the last few years.
There is no easy way to format just the year in a PPT date footer.
This is a workaround. My use case is a copyright stamp in the lower right hand corner of each slide. I have one template with my house style. For new presentations, I edit the template. For existing presentations that you need to update, skip the first step.
For PTT 2010, your templates are in
C:Users<user>AppDataRoamingMicrosoftTemplates
. '..Templates' may be the word for Templates in your own language. YMMV, Microsoft tends to change its mind about the best place for these with various versions of PPT and Windows. Right click on the template and select Open. Don't doubleclick, you'll open a new blank document from the template. That's not what you want.Now open the View tab and select 'Master slides', or Microsofts' translation for it ('Diamodel' in Dutch).
In the left pane, you see the master-master, slightly larger than other style masters below it. Click it.
Click anywhere on the slide in the main panel, go to the Insert tab and make a nice text box with your year in it. Place it where it doesn't sit in the way of anything else, like headers or footers. I'm not using any headers or footers, so I put mine in the lower right corner, partially overlapping with the default footer box for slide number.
If you did step 1, save your template and start a new presentation from it. (File -> new -> your bewdiful template.)
Next year, remember to check back here and repeat. I hope I will. Re-invented this wheel at least three times in the last few years.
answered Mar 10 '17 at 10:17
RolfBlyRolfBly
10429
10429
add a comment |
add a comment |
Easier than everyone is making it. Just insert date from the Insert tab on the ribbon use format with the year at the end like mm/dd/yyyy, then just highlight mm/dd/ and set font to one and font color to match your background color. mm/dd/ will disappear and the year will update per normal.
add a comment |
Easier than everyone is making it. Just insert date from the Insert tab on the ribbon use format with the year at the end like mm/dd/yyyy, then just highlight mm/dd/ and set font to one and font color to match your background color. mm/dd/ will disappear and the year will update per normal.
add a comment |
Easier than everyone is making it. Just insert date from the Insert tab on the ribbon use format with the year at the end like mm/dd/yyyy, then just highlight mm/dd/ and set font to one and font color to match your background color. mm/dd/ will disappear and the year will update per normal.
Easier than everyone is making it. Just insert date from the Insert tab on the ribbon use format with the year at the end like mm/dd/yyyy, then just highlight mm/dd/ and set font to one and font color to match your background color. mm/dd/ will disappear and the year will update per normal.
answered Nov 27 '17 at 18:04
Scott WallbergScott Wallberg
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f536128%2fhow-do-i-insert-the-current-year-in-powerpoint%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
4
Perhaps you can add an automatically updated date via the Insert tab, then hide the date and month using an opaque rectangle, leaving only the year? I don't know of any other way to specify a custom date format in PowerPoint, and VBA is an ugly solution for this (especially since you'd need a hack to make the PPT auto-execute the macro when the file is opened or slideshow is run).
– Karan
Jan 15 '13 at 22:29
@Karan: That was exactly the solution I first thought. But I still asked, as I assumed this would be a rather common need. Guess I'll have to hide the Month/Day.
– John Assymptoth
Jan 15 '13 at 22:44
I guess you mean you need to update all your templates? That's a lot less work than updating all your slides.
– RolfBly
Mar 10 '17 at 8:43