G
Guest
I'm trying to convert a string to a time using the CDate function. However, I
can't get it to work. The date is in 24-hour format. Part of the code is
shown below:
timev = Hr & ":" & Min & ":00"
rcs1(4) = timev
Do I need to specify somehow that the time is in 24-hour format?
Thanks
can't get it to work. The date is in 24-hour format. Part of the code is
shown below:
timev = Hr & ":" & Min & ":00"
rcs1(4) = timev
Do I need to specify somehow that the time is in 24-hour format?
Thanks