View Single Post
  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Date & Time Stamp


See http://www.gmayor.com/save_numbered_versions.htm If you want to add the
time you can change the line
strDate = Format((Date), "dd MMM yyyy")
to
strDate = Format(Date, "yyyyMMdd") & Format(Time, "hhmm")

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"dragonfly4959" wrote in message
...
I have a folder where several people make entries into a word document,
used
to pass comments back and forth. I need to have an automatic date and/or
time stamp for each entry. Thus ending items added in at a later time
with
an earlier date to cover ones ---. If not Word, then Ecel? or ? How could
I
get this done.