Thread
:
I have date I want time
View Single Post
#
2
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 172
I have date I want time
Format(Time, "hh:mm:ss")
HTH
Paul
----------------------
Dim strtime As String
strtime = Format(Now, "yy-mm-dd ")
but that gives me the date and not the time, what do I need to do to
make this give me the current time?
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]