I have this Code
R Ron Rosenfeld Jun 16, 2004 #3 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 to make this give me the current time? Click to expand... strtime = Format(Now, "hh:mm") --ron
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 to make this give me the current time? Click to expand... strtime = Format(Now, "hh:mm") --ron