Word VBA Help-Need to turn off Current Date after Saving

donnac

New Member
Joined
Apr 8, 2009
Messages
1
I have a Word document for which I have used the forms toolbox Two text forms I have inserted the Current Date feature. However, once this document is saved, I do not want the current date feature to update when it is opened again.

Is there a code or feature that will allow this to happen? I have two text forms using the forms toolbar in word.

Thanks!!
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Hi donnac,

If you're working from a document template, it's best to use a CREATEDATE field rather than a DATE field (which you're apparently using now). The only time the date will update thereafter is if the file is saved via File|Save As.

If you're using a standard document, you can simply unlink or lock the DATE field once you've unserted it.

Cheers
 
Upvote 0

Forum statistics

Threads
1,225,398
Messages
6,184,728
Members
453,254
Latest member
topeb

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top