Quote:
Originally Posted by gmaxey
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.