I got the formatting that I want down which is "yyyymmddHhNnSs", but I haven't be able to figure out which VBA function to use to change Now() from
to
Like I want it.
Further more I would like to Write code do do the following
Thanks,
~Gold Fish
Code:
7/26/2007 12:45:26 PM
Code:
20070726124526
Further more I would like to Write code do do the following
Code:
Sub ArchiveFile()
If [File Test.zip already exists] Then
[Move Test.zip to Test.20070726124526.zip]
End If
End Sub
~Gold Fish