When I use the "quick Part" then save it for the 1st time, it inserts today's date but that is incorrect because we want to preserve the original date as 01/12/2019.this, in fact, is another field called the CreateDate which is NOT altered each time you save the document
It works BUT here's the caveat:
The document already has a date last saved as 01/12/2019.
When I use the "quick Part" then save it for the 1st time, it inserts today's date but that is incorrect because we want to preserve the original date as 01/12/2019.
I tried to change my workstation's date to 1/12/2019, then open Word and use the "quick Part", then change my workstation's date back to normal. BUT I don't have administrative permissions on my pc to change my workstation's date.
Therefore, do you know how to write a Word macro that does this:
create a macro that runs when a user saves the document.
This macro checks a variable to see if this is the 1st time we’re doing this then we want to leave the datestamp value alone, else set the version in the footer to today’s date and set the variable 1st time to false.