![]() |
|
|
|
#1
|
|||
|
|||
|
You could use VBA to do this, there is nothing that I know stored in the document.
You would save a document variable and change it upon closing the document. This is beyond the time I have available and may be beyond my expertise, but that is how I would approach it. The editing time set by Microsoft is pretty meaningless in ordinary use. The following is a simple macro I use for a basic time stamp in documents. I attach it to a QAT button and in some templates to macrobutton fields. Code:
Sub DateTimeStamp()
' Inserts basic date and time stamp as text
' HansV Eileen's Lounge
'
Selection.TypeText Format(Now, "dddd, d mmmm YYYY - h:mm AM/PM")
End Sub
Last edited by Charles Kenyon; 09-28-2018 at 09:39 PM. |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Obtaining a decimal total hours from military time entries (my solution works only in Google Sheets) | gluonman | Excel | 8 | 03-22-2017 08:26 PM |
Restrict Editing column shows every time you open the file
|
lolaboona | Word | 1 | 02-12-2015 04:18 PM |
display total editing time of a MS Word doc either in the document itself or in QAT
|
majdnem | Word VBA | 2 | 09-29-2013 09:54 PM |
| Total Time in 2003 | JohnG513 | Project | 3 | 09-23-2012 06:29 AM |