I'm sorry, I misread your question. No, it does not as you have no doubt
discovered
(
If you want to save a document with the date and name in the filename as
opposed to within the documnent, you need a different approach.
See my web page
http://www.gmayor.com/save_numbered_versions.htm which you
could modify to your requirements.
To include the time and set a US date format you will need to modify the
line
strDate = Format((Date), "dd MMM yyyy")
to
strDate = format(Now, "MMM dd yyyy hh mm")
Note that you cannot use reserved characters in a filename so you would not
be able to put a colon between hh:mm
If the function is to be shared and you want to include the numbering (which
I recommend to avoid overwriting documents saved within the same minute and
thus having the same name) then use the second version of the macro. This
uses a shared start-up folder to store the incrementing number.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site
www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>