View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RPIJG[_51_] RPIJG[_51_] is offline
external usenet poster
 
Posts: 1
Default I have date I want time

I have this


Code
-------------------

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 t
make this give me the current time

--
Message posted from http://www.ExcelForum.com