View Single Post
 
Old 01-19-2013, 02:31 AM
tinfanide tinfanide is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: Aug 2011
Posts: 312
tinfanide is on a distinguished road
Default

Quote:
Originally Posted by gmaxey View Post
It works here. Returning "Thu" here.

You code can be greatly simplified:

Sub EntryDateII()
Selection.Text = Format(Now, "yyyy-mm-dd DDD hh:mm:ss")
End Sub
Sorry. I should have made it clearer.
I would like to return THU instead of Thu.
Thanks.
Reply With Quote